Currently, Button OnClick is triggered on mouse button down, regardless of the mouse button. It was done to improve perceived responsiveness (#102), but it has drawbacks (other events can be triggered on mouse button up, which is surprising). This should be configurable, and allow the user to select which events should trigger a OnClick (including double-click, perhaps later long press, etc.), and which mouse button (left/right/middle/etc).
Currently, Button
OnClick
is triggered on mouse button down, regardless of the mouse button. It was done to improve perceived responsiveness (#102), but it has drawbacks (other events can be triggered on mouse button up, which is surprising). This should be configurable, and allow the user to select which events should trigger aOnClick
(including double-click, perhaps later long press, etc.), and which mouse button (left/right/middle/etc).