Svatopluk Dedic created NETBEANS-1698:
-----------------------------------------
Summary: Consumed double clicks are processed to default action
Key: NETBEANS-1698
URL: https://issues.apache.org/jira/browse/NETBEANS-1698
Project: NetBeans
Issue Type: Bug
Components: platform - Explorer
Reporter: Svatopluk Dedic
My application uses something like explorer ListView with checkboxes and
handles MouseEvent on the checkmarks.
When the user rapidly clicks twice the checkbox, two MouseEvents are delivered
to my listener - the latter being actually a double click. The listener
consumes both events and even comes first, before the platform-provided mouse
processing.
In addition in ListView all mouse button doubleclicks trigger the preferred
action, not just left one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists