[richfaces-issues] [JBoss JIRA] Updated: (RF-6447) ScrollableDataTable displayes incorrectly inside container with text-align="center" style defined under IE6-7.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 23 10:31:45 EDT 2009


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

Ilya Shaikovsky updated RF-6447:
--------------------------------

    Component/s: ScrollableDataTable


> ScrollableDataTable displayes incorrectly inside container with text-align="center" style defined under IE6-7.
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-6447
>                 URL: https://jira.jboss.org/jira/browse/RF-6447
>             Project: RichFaces
>          Issue Type: Bug
>          Components: ScrollableDataTable
>    Affects Versions: 3.3.1
>         Environment: facelets
> 3.3.1.SNAPSHOT
> IE6-7
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: 48.png
>
>
> Source:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:ui="http://java.sun.com/jsf/facelets"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:a4j="http://richfaces.org/a4j"
> 	xmlns:rich="http://richfaces.org/rich">
> <head>
> <title>TITLE</title>
> </head>
> <body style="text-align: center;">
> <a4j:form>
> 	<rich:scrollableDataTable id="scr2" value="#{custom.source}"
> 		var="field">
> 		<rich:column>
> 			<f:facet name="header">FIELD</f:facet>
> 		 		#{field}
> 		 	</rich:column>
> 	</rich:scrollableDataTable>
> </a4j:form>
> </body>
> </html>
> See attached screenshot.
> All works fine in case delete style="text-align: center;" from body.

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