unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #04988
[Bug 1344962] [NEW] Volume slider in indicator should should handle mouse-out more gracefully.
Public bug reported:
Steps to reproduce:
Open the volume appindicator.
Depress the left mouse button on the volume slider.
Exit the slider widget with the mouse button down.
Notice that if - with the button released, you mouse over the volume indicator with any lateral motion - you affect the volume.
Proposed solutions:
Less optimal - Mouse exit fires the change in state that happens if you release the mouse-button in widget.
Less optimal because you may want to mouse out and drag over the widget completely from right to left or left to right to quickly adjust volume with a simple gesture.
More optimal - Connect all mouse-button-release events to the volume
slider callback and handle it gracefully if the mouse-down state was not
already in play.
** Affects: indicator-sound
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to The Sound Menu.
https://bugs.launchpad.net/bugs/1344962
Title:
Volume slider in indicator should should handle mouse-out more
gracefully.
Status in Sound Menu:
New
Bug description:
Steps to reproduce:
Open the volume appindicator.
Depress the left mouse button on the volume slider.
Exit the slider widget with the mouse button down.
Notice that if - with the button released, you mouse over the volume indicator with any lateral motion - you affect the volume.
Proposed solutions:
Less optimal - Mouse exit fires the change in state that happens if you release the mouse-button in widget.
Less optimal because you may want to mouse out and drag over the widget completely from right to left or left to right to quickly adjust volume with a simple gesture.
More optimal - Connect all mouse-button-release events to the volume
slider callback and handle it gracefully if the mouse-down state was
not already in play.
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1344962/+subscriptions
Follow ups
References