ScrollableDataTable displayes incorrectly inside contaner 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
    Affects Versions: 3.3.1
         Environment: facelets
3.3.1.SNAPSHOT
IE6-7
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Minor


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to