You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All widgets using pointerdown respond equally to left, middle and right click.
I think they are all here: ToasterMessage, Switch, StarRating, Slider, SidePane, ViewIndicator, SwapView.
If we take a native widget such as a checkbox, it doesn't respond to right click. I believe our widgets should be checking which button was pushed before reacting, or some at least: for example as a user I'd expect Switch to behave like a checkbox.
The text was updated successfully, but these errors were encountered:
tkrugg
changed the title
deliteful widget react equally
deliteful widgets using pointerdown react equally to left, middle and right click.
Feb 10, 2015
OK. So for mouse events we should respond to left-click only, but we also need to respond to touch events (which don't have a concept of left or right). Have to figure out how to test for those two cases.
All widgets using pointerdown respond equally to left, middle and right click.
I think they are all here: ToasterMessage, Switch, StarRating, Slider, SidePane, ViewIndicator, SwapView.
If we take a native widget such as a checkbox, it doesn't respond to right click. I believe our widgets should be checking which button was pushed before reacting, or some at least: for example as a user I'd expect Switch to behave like a checkbox.
@wkeese This may apply to delite/HasDropDown
The text was updated successfully, but these errors were encountered: