[richfaces-issues] [JBoss JIRA] Updated: (RF-7254) Tab: displaying of the style defined with style attribute differ from displaying the same style defined with styleClass attribute
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Fri May 29 10:07:56 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-7254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski updated RF-7254:
-------------------------------
Fix Version/s: Future
Priority: Minor (was: Major)
> Tab: displaying of the style defined with style attribute differ from displaying the same style defined with styleClass attribute
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-7254
> URL: https://jira.jboss.org/jira/browse/RF-7254
> Project: RichFaces
> Issue Type: Bug
> Components: component-output
> Affects Versions: 3.3.2.CR1
> Environment: v.3.3.2-SNAPSHOT
> all provided browsers
> Reporter: Vadim Mikovoz
> Assignee: Nick Belaevski
> Priority: Minor
> Fix For: Future
>
>
> <rich:tab style="background-color: yellow; font-size: 20; font-style: italic;"> - applied only to content of the tab
> <rich:tab styleClass="myStyle">, where is myStyle:
> .myStyle{
> background-color: yellow;
> font-size: 20;
> font-style: italic;
> } - applied to content of the tab and to tab header too.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list