[richfaces-issues] [JBoss JIRA] Resolved: (RF-9278) Extended data table rendered wrong in IE8

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Wed Sep 29 11:29:40 EDT 2010


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

Konstantin Mishin resolved RF-9278.
-----------------------------------

    Resolution: Rejected


IE renders pages of Metamer app in quirks mode. RichFaces 4.0 doesn't support that mode, see http://community.jboss.org/wiki/RichFaces40MarkupsAndSkinning. So we can see issues like this.
Why IE so renders?
*.xhtml files in Metamer app have next header:
   <-- ... license ...-->
   <!DOCTYPE ...>
   <html ...
but should be:
   <?xml ...?>
   <!DOCTYPE ...>
   <html ...>
   <-- ... license ...-->
   <h:head ...

> Extended data table rendered wrong in IE8
> -----------------------------------------
>
>                 Key: RF-9278
>                 URL: https://jira.jboss.org/browse/RF-9278
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tables
>    Affects Versions: 4.0.0.Milestone2
>         Environment: IE8, JBoss 6 M4, Metamer
>            Reporter: Pavol Pitonak
>            Assignee: Konstantin Mishin
>             Fix For: 4.0.0.Milestone3
>
>         Attachments: edt4.png
>
>
> 1. download and build Metamer http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/tags/metamer-4.0.0.20100826-M2/
> 2. open http://localhost:8080/metamer/faces/components/richExtendedDataTable/scroller.xhtml
> result: table is not rendered correctly (see attached screenshot)
> after clicking on datascroller, table is rendered OK

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list