You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Helmut Swaczinna (JIRA)" <de...@myfaces.apache.org> on 2006/12/11 17:07:21 UTC

[jira] Created: (TOBAGO-212) Wrong order in stylesheet references with custom resource path

Wrong order in stylesheet references with custom resource path
--------------------------------------------------------------

                 Key: TOBAGO-212
                 URL: http://issues.apache.org/jira/browse/TOBAGO-212
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Themes
    Affects Versions: 1.0.9
         Environment: All
            Reporter: Helmut Swaczinna
            Priority: Minor


If you use your own resource path to style.css, the
reference to style.css is always listed at first in the HTML page.

For example:
...
>GENA</title><link rel="stylesheet" href="/myapp/mydomain/renderkit/html/mytheme/standard/style/style.css" media="screen" type="text/css"
><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css" media="screen" type="text/css"
><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css" media="screen" type="text/css"
><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css" media="screen" type="text/css"
><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css" media="screen" type="text/css"
><script src="/gena/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js" type="text/javascript"
..

But it should be listed at last, after the fallback theme. If you use
the standard resource path /org/apache/myfaces/tobago/renderkit, the
sequence of the references is correct. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TOBAGO-212) Wrong order in stylesheet references with custom resource path

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TOBAGO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12472422 ] 

Bernd Bohmann commented on TOBAGO-212:
--------------------------------------

Can you test it with the next nightly build, please

> Wrong order in stylesheet references with custom resource path
> --------------------------------------------------------------
>
>                 Key: TOBAGO-212
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-212
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 1.0.9
>         Environment: All
>            Reporter: Helmut Swaczinna
>         Assigned To: Bernd Bohmann
>            Priority: Minor
>             Fix For: 1.0.10
>
>
> If you use your own resource path to style.css, the
> reference to style.css is always listed at first in the HTML page.
> For example:
> ...
> >GENA</title><link rel="stylesheet" href="/myapp/mydomain/renderkit/html/mytheme/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css" media="screen" type="text/css"
> ><script src="/gena/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js" type="text/javascript"
> ..
> But it should be listed at last, after the fallback theme. If you use
> the standard resource path /org/apache/myfaces/tobago/renderkit, the
> sequence of the references is correct. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TOBAGO-212) Wrong order in stylesheet references with custom resource path

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Bohmann resolved TOBAGO-212.
----------------------------------

    Resolution: Fixed

> Wrong order in stylesheet references with custom resource path
> --------------------------------------------------------------
>
>                 Key: TOBAGO-212
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-212
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>    Affects Versions: 1.0.9
>         Environment: All
>            Reporter: Helmut Swaczinna
>         Assigned To: Bernd Bohmann
>            Priority: Minor
>             Fix For: 1.0.10
>
>
> If you use your own resource path to style.css, the
> reference to style.css is always listed at first in the HTML page.
> For example:
> ...
> >GENA</title><link rel="stylesheet" href="/myapp/mydomain/renderkit/html/mytheme/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/scarborough/mozilla/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css" media="screen" type="text/css"
> ><link rel="stylesheet" href="/gena/org/apache/myfaces/tobago/renderkit/html/speyside/mozilla/style/style.css" media="screen" type="text/css"
> ><script src="/gena/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js" type="text/javascript"
> ..
> But it should be listed at last, after the fallback theme. If you use
> the standard resource path /org/apache/myfaces/tobago/renderkit, the
> sequence of the references is correct. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.