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

Denis Petrunin updated RF-7207:
-------------------------------

          Environment: 
RichFaces 3.3.0.GA / 3.3.3.CR1 / 3.3.3.Final
Windows XP
Firefox 3.5.8 / 3.6.3
IE 8.0

  was:
RichFaces 3.3.0.GA / 3.3.3.CR1
Windows XP
Firefox 3.5.8

    Affects Version/s: 3.3.3.Final
          Description: 
rich:calendar popup is shown under rich:scrollableDataTable header. 
Note: there is no such issue in IE6.0

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

<html
  xmlns="http://www.w3.org/1999/xhtml";
  xmlns:rich="http://richfaces.org/rich";
  xmlns:h="http://java.sun.com/jsf/html";
  xmlns:f="http://java.sun.com/jsf/core";
  xmlns:a4j="http://richfaces.org/a4j";>
<head>
</head>
<body>

  <rich:calendar />
  <p style="margin-top: 60px" />
  <rich:scrollableDataTable >
    <rich:column>
     <f:facet name="header">
       COLUMN A
     </f:facet>
    </rich:column>
  </rich:scrollableDataTable>

</body>
</html>

  was:
rich:calendar popup is shown under rich:scrollableDataTable header

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

<html
  xmlns="http://www.w3.org/1999/xhtml";
  xmlns:rich="http://richfaces.org/rich";
  xmlns:h="http://java.sun.com/jsf/html";
  xmlns:f="http://java.sun.com/jsf/core";
  xmlns:a4j="http://richfaces.org/a4j";>
<head>
</head>
<body>

  <rich:calendar />
  <p style="margin-top: 60px" />
  <rich:scrollableDataTable >
    <rich:column>
     <f:facet name="header">
       COLUMN A
     </f:facet>
    </rich:column>
  </rich:scrollableDataTable>

</body>
</html>



Issue can be reproduced in RF 3.3.3.Final

> rich:calendar popup is shown under rich:scrollableDataTable header
> ------------------------------------------------------------------
>
>                 Key: RF-7207
>                 URL: https://jira.jboss.org/jira/browse/RF-7207
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-ScrollableDataTable
>    Affects Versions: 3.3.0, 3.3.3.CR1, 3.3.3.Final
>         Environment: RichFaces 3.3.0.GA / 3.3.3.CR1 / 3.3.3.Final
> Windows XP
> Firefox 3.5.8 / 3.6.3
> IE 8.0
>            Reporter: Denis Petrunin
>            Assignee: Konstantin Mishin
>            Priority: Minor
>             Fix For: Future
>
>
> rich:calendar popup is shown under rich:scrollableDataTable header. 
> Note: there is no such issue in IE6.0
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html
>   xmlns="http://www.w3.org/1999/xhtml";
>   xmlns:rich="http://richfaces.org/rich";
>   xmlns:h="http://java.sun.com/jsf/html";
>   xmlns:f="http://java.sun.com/jsf/core";
>   xmlns:a4j="http://richfaces.org/a4j";>
> <head>
> </head>
> <body>
>   <rich:calendar />
>   <p style="margin-top: 60px" />
>   <rich:scrollableDataTable >
>     <rich:column>
>      <f:facet name="header">
>        COLUMN A
>      </f:facet>
>     </rich:column>
>   </rich:scrollableDataTable>
> </body>
> </html>

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