[ 
https://issues.apache.org/jira/browse/NETBEANS-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097560#comment-17097560
 ] 

Eric Schwarzenbach edited comment on NETBEANS-4286 at 5/1/20, 6:07 PM:
-----------------------------------------------------------------------

I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_ 
(and perhaps similar actions but that's a concrete example I can verify). 
Regarding that specific situation:

It's standard behavior of UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.


was (Author: ericjs):
I think the wording of this issue is too vague. The mailing list discussion 
where this arose involved mouse clicks _to enable/disable line breakpoints_ 
(and perhaps similar actions but that's a concrete example I can verify). 
Regarding that specific situation:

It's standard behavior to UI buttons to activate on the mouse up, but only if 
the cursor is not moved off the button between the mouse down (which must occur 
on the button) and the mouse up. The breakpoint click target area appears to me 
to behave like an invisible button. I don't know if that's the intention, but 
if so, it departs from the standard button behavior I just described in the 
following way: if _any_ change in cursor position happens between the mouse 
down and mouse up the activation does not happen, _even if the position at 
mouse up is still within the invisible target area for the breakpoint_. This is 
the aspect of its behavior that is problematic.

> Disregarded mouse clicks 
> -------------------------
>
>                 Key: NETBEANS-4286
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4286
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: ide - UI
>    Affects Versions: 11.0, 11.1, 11.2, 11.3
>         Environment: Multiple reports. See "Mouse Quirks" on mailing list.
>            Reporter: Alan Langford
>            Priority: Major
>
> Mouse clicks appear to be disregarded if there is mouse motion between the 
> mouse-down and mouse-up events.
> The problem appears to be more prevalent as monitor resolution increases.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to