extendedDataTable: menu icon is displayed in wrong place in firefox, if header 
or caption facet is defined
----------------------------------------------------------------------------------------------------------

                 Key: RF-7431
                 URL: https://jira.jboss.org/jira/browse/RF-7431
             Project: RichFaces
          Issue Type: Bug
          Components: component-tables
    Affects Versions: 3.3.2.CR1
         Environment: v.3.3.2-SNAPSHOT
firefox 3.0
            Reporter: Vadim Mikovoz
            Assignee: Nick Belaevski


<rich:extendedDataTable id="myExtendedDataTableID"
                        value="#{dataScroller.dataTable}" var="dT">
                        <f:facet name="caption">
                                <h:outputText value="My caption" />
                        </f:facet>
                        <rich:column label="first column">
                                <f:facet name="header">
                                        <h:outputText value="first" />
                                </f:facet>
                                <h:outputText value="#{dT.str0}" />
                        </rich:column>
                        <rich:column label="second column">
                                <f:facet name="header">
                                        <h:outputText value="second" />
                                </f:facet>
                                <h:outputText value="#{dT.int0}" />
                        </rich:column>
                </rich:extendedDataTable>

1. Open test page
2. Move mouse over any column header
-------------------------------------------------------
menu icon is appeared on caption (see attachment)

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