[richfaces-issues] [JBoss JIRA] Resolved: (RF-10687) Data Grid - @style and @styleClass ignored

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Mar 4 05:30:45 EST 2011


     [ https://issues.jboss.org/browse/RF-10687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Shaikovsky resolved RF-10687.
----------------------------------

    Resolution: Cannot Reproduce Bug


from showcase

<rich:dataGrid value="#{carsBean.allInventoryItems}" var="car" style="color:red" styleClass="asd"

encoded as 
<table style="color: red;" class="rf-dg asd" id="j_idt93:j_idt95">
...

> Data Grid - @style and @styleClass ignored
> ------------------------------------------
>
>                 Key: RF-10687
>                 URL: https://issues.jboss.org/browse/RF-10687
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.CR1
>         Environment: RichFaces 4.0.0.20110227-CR1 r.21967
> Metamer 4.0.0.20110228-CR1 r.21993
> Apache MyFaces JSF-2.0 Core Impl 2.0.4
> JBoss AS 6.0.0.Final
> OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
> Chrome 9.0.597.107 @ Linux x86_64
>            Reporter: Lukas Fryc
>            Priority: Minor
>             Fix For: 4.Future
>
>
> @style
> 1. open http://localhost:8080/metamer/faces/components/richDataGrid/simple.xhtml
> 2. set @style=color: red
> EXPECTED: red colored font in table
> ACTUAL: table style not changed
> @styleClass
> 1. open http://localhost:8080/metamer/faces/components/richDataGrid/simple.xhtml
> 2. set @styleClass=styleClass
> 3. open firebug console and evaluate "jQuery('.styleClass')"
> EXPECTED: element with class styleClass found
> ACTUAL: not such element found

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list