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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to