Audacity Bug Summary
••• Introduction •••
••• Keywords •••
    Audacity 3.0.3 development began 19th April 2021

Audacity Bugzilla



Bug 74 - Include current slider setting in slider hover tooltips
Include current slider setting in slider hover tooltips
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: User Interface
1.3.14 alpha
Per OS All
: P4 Enhancement
Assigned To: Default Assignee for New Bugs
: patch_closed
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-28 15:15 UTC by James Crook
Modified: 2018-08-20 11:51 UTC (History)
6 users (show)

See Also:
Steps To Reproduce:
Release Note:
First Git SHA:
Group: ---
Workaround:
Closed: 2018-08-20 00:00:00


Attachments
Show slider setting in hover tooltips (2.61 KB, patch)
2013-03-05 05:26 UTC, Steve Daulton
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Crook 2010-01-28 15:15:33 UTC
GA: Too fiddly and undiscoverable for sighted users to have to click on slider to read the current setting. Also consider a finer increment for tooltip (at least 0.0, 0.05, 0.1 ...?) given the wide spacing of the ticks. Isn't the 6 point accuracy of the text input specious (as well as outside Audacity's control)? I'd prefer to see 2 point accuracy and probably that accuracy should be used for the tooltip as well.
Comment 1 Gale Andrews 2010-06-08 14:38:48 UTC
Another problem is that the "click-to-discover-the-current-setting" tooltip competes with and can partially obscure the hover tooltip.   

See also Bug 171 where our hover tooltips are obscured by the mouse pointer on Mac, primarily because the tooltips are not left-aligned with the pointer as is  normal for all three OS'es.
Comment 2 Gale Andrews 2010-11-28 06:13:02 UTC
(In reply to comment #1)
> Another problem is that the "click-to-discover-the-current-setting" tooltip
> competes with and can partially obscure the hover tooltip.   
Vaughan/Gale agree that the hover tooltip should be hidden when we raise the drag tooltip.
Comment 3 Gale Andrews 2010-11-28 13:04:03 UTC
(In reply to comment #2)
> Vaughan/Gale agree that the hover tooltip should be hidden when we raise the
> drag tooltip.
Michael has done this in http://code.google.com/p/audacity/source/detail?r=10795.
It works OK for me on Ubuntu 10:10 and Win 7, though the hide isn't quick on Win 7 here - takes nearly 1 second to work after the drag tip appears.
Comment 4 Steve Daulton 2013-03-05 05:26:29 UTC
Created attachment 361 [details]
Show slider setting in hover tooltips

Adds the slider setting (2 decimal places) to the hover tool-tip. Also sets the
"on drag" tool tip to 2 decimal places to match.

When dragging a slider the status bar should indicate the initial position of
the the slider (as was shown in the "on hover" tool tip) while the "on drag"
tool tip displays the current position.
Comment 5 Gale Andrews 2013-03-05 18:25:54 UTC
(In reply to comment #4)
Thanks Steve, this is a big improvement (only tested on Windows 7 so far).

I think the intention of this enhancement was also to add the slider setting to the tooltip for Play-at-Speed. Is that something you could do?  

We have bug 75 "TrackInfo lacks hover tooltips". I think we need a new enhancement related to this one "Precise slider adjustment windows need hover tooltip" (covering the input/output and Play-at-Speed sliders). Then we could (I presume) apply the fix for the current bug to the tooltips in those windows. This would look more consistent if you switch from the toolbar slider as fixed to its precise adjustment window slider.
Comment 6 Gale Andrews 2013-03-06 00:44:30 UTC
The current patch works OK on Mac, but there is a behaviour that was there pre-patch in that if you drag the slider then release, the tooltip never comes back until you move the mouse again. On Windows or Linux you see the standard tootip when you release. 

The same happens in GarageBand sliders so unless Leland thinks otherwise I suggest ignoring that.
Comment 7 Martyn Shaw 2013-03-17 19:39:48 UTC
(In reply to comment #5)

Found to be OK so committed.
Comment 8 Gale Andrews 2013-03-18 02:12:53 UTC
RESOLVED - FIXED r12262.

(In reply to comment #5)
> I think the intention of this enhancement was also to add the slider setting to
> the tooltip for Play-at-Speed. 
Now at bug 626.

> I think we need a new enhancement related to this one "Precise slider adjustment 
> windows need hover tooltip" (covering the input/output and Play-at-Speed sliders).
Now at bug 625.