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


@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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to