[
https://issues.apache.org/jira/browse/TAPESTRY-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591402#action_12591402
]
Julian Wood commented on TAPESTRY-2356:
---------------------------------------
There's still a problem if you are using a layout component (pattern), and you
want to use a global stylesheet specified in that layout. Currently, there is
no way to make that global style sheet come first, if you also include a
stylesheet on your page.
The page stylesheets are added in SetupRender (I think), and so there is no way
to get the global stylesheet in there before the page stylesheets have been
added.
This would fix that issue.
> Controlling included stylesheets order
> --------------------------------------
>
> Key: TAPESTRY-2356
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2356
> Project: Tapestry
> Issue Type: New Feature
> Components: Framework
> Affects Versions: 5.0.11
> Reporter: Hugo Palma
> Priority: Minor
>
> Currently there's no way to control in which phase a stylesheet is added when
> using the IncludeStylesheet annotation.
> This would make style overriding much easier. For instance, one would want
> for the declared css in it's layout component to override the css declared in
> the page that in turn should override the css declare in a component.
> This was discussed in the following thread:
> http://thread.gmane.org/gmane.comp.java.tapestry.user/60643
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]