You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/16 15:42:00 UTC

[jira] [Updated] (NETBEANS-1698) Consumed double clicks are processed to default action

     [ https://issues.apache.org/jira/browse/NETBEANS-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-1698:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Priority: Minor
>              Labels: pull-request-available
>
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists