[richfaces-issues] [JBoss JIRA] Created: (RF-10557) In the ExtendedDataTable sorting does not work properly when enableContextMenu is equal to false

Paulo Pinto (JIRA) jira-events at lists.jboss.org
Thu Feb 17 09:13:13 EST 2011


In the ExtendedDataTable sorting does not work properly when enableContextMenu is equal to false
------------------------------------------------------------------------------------------------

                 Key: RF-10557
                 URL: https://issues.jboss.org/browse/RF-10557
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 3.3.3.Final
            Reporter: Paulo Pinto


When using an Extended Data Table, if the menu is disabled by *enableContextMenu* to *false*, sorting does not work properly.

By not working properly, I mean that if the user clicks in the area which used to be placed the context menu, no sorting happens.

This leads to the strange behavior that sorting is only triggered if the users gets the mouse more to the left, away from the context menu area.

By looking at the generated HTML, it seems that even with the menu disabled, a HTML snippet gets generated without any _onclick_ events. This leads to a column with the same width as when the menu is enabled, but with an area that does not produce any sorting event.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list