Mouse.capture() interferes with mouseClick event
------------------------------------------------
Key: PIVOT-247
URL: https://issues.apache.org/jira/browse/PIVOT-247
Project: Pivot
Issue Type: Bug
Components: wtk
Reporter: Todd Volkert
Priority: Minor
Fix For: 1.3.2
Use case: add functionality for the user to be able to double click on the
resize handle of a TableViewHeader column to set the column to its default size.
As the code stands right now, this feature is blocked from being implemented
because when the user presses the mouse over the column resize area, we capture
the mouse, and we release it upon mouse up. This process causes there to be no
mouseClick event fired on the TableViewHeader.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.