[ 
http://issues.apache.org/jira/browse/MYFACES-547?page=comments#action_12331552 
] 

Sh Ma commented on MYFACES-547:
-------------------------------

Hi Martin,

Thanks for the fix.  In terms of the other problems (i.e. other bugs, 
especially the multiple autoUpdateDataTable bug), I've been quite busy at work, 
so I haven't had a chance to look at it.  I'll probably take a look this 
weekend.  Last weekend, I actually created a small, simple web app that used a 
couple of Tiles and had multiple autoUpdateDataTables in a Tile.  
Unfortunately, I couldn't replicate the bug!  However, I basically copied the 
same tables (which used the same beans) to another Web application (that I'm 
developing) - and I actually replicate the bug!  So right now, I plan to 
simplify the latter Web application to its bare bones while still replicating 
the bug - so I am absolutely sure there is a multiple autoUpdateDataTable bug - 
and I think it has something to do with Tiles - but I still don't know.  I'll 
submit another web app with this multiple autoUpdateDataTable bug soon.  Thanks!

> Firefox fails to render autoUpdateDataTable styles specified by the 
> rowClasses attribute
> ----------------------------------------------------------------------------------------
>
>          Key: MYFACES-547
>          URL: http://issues.apache.org/jira/browse/MYFACES-547
>      Project: MyFaces
>         Type: Bug
>   Components: Sandbox
>     Versions: 1.1.1
>  Environment: Tested on Windows XP, IE 6.0 - nightly build from Sep. 7, 2005 
>     Reporter: Sh Ma
>     Assignee: Martin Marinschek
>     Priority: Minor
>      Fix For: 1.1.1
>  Attachments: sandbox.war
>
> CSS styles specified by using the rowClasses attribute are not displayed.  
> For example, I have something like:
> <x:autoUpdateDataTable rowClasses="oddRow,evenRow" ...
> Although both oddRow and evenRow are specified in the rendered HTML - for 
> example:
> <tr class="oddRow">...
> ...Firefox doesn't render the rows according to the specified CSS style.

-- 
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

Reply via email to