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

Audacity Bugzilla



Bug 1518 - Mac: Selection invisible or in wrong control in generators, effects and analyzers
Mac: Selection invisible or in wrong control in generators, effects and analy...
Status: RESOLVED FIXED
Product: Audacity
Classification: Unclassified
Component: Built-in FX
2.1.3
Per OS macOS
: P3 Accessibility
Assigned To: Default Assignee for New Bugs
: wx3
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-29 22:27 UTC by Gale Andrews
Modified: 2020-08-21 10:01 UTC (History)
7 users (show)

See Also:
Steps To Reproduce:
1) Open any Generator, or Effect or Analyzer. 2) Observe: Selection is not in the first control where it should be. In most effects the selection is invisible 3) one TAB puts selection in the Manage Button. 4) Observe: In Change Speed the selection is in "Current Length" 5) Observe: in Change Pitch the selection is in the first octave.
Release Note:
// see Bug 33
First Git SHA:
Group: ---
Workaround:
Closed: 2020-08-21 00:00:00
gale: Accessibility+
gale: Regression+
petersampsonaudacity: Test‑OK‑Win+
petersampsonaudacity: Test‑OK‑Mac+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gale Andrews 2016-09-29 22:27:31 UTC
Regression on 2.1.1.
Comment 1 Paul L 2016-09-29 23:28:02 UTC
This is a regression on 2.1.1, not on 2.1.2, and I think it is the fault of wxWidgets 3.

Note however that our rebuild of wxWidgets at least restores focus rings, which were absent in 2.1.2, so you can see the effects of the TAB key.
Comment 2 Steve Daulton 2017-08-11 13:44:23 UTC
What I'm seeing now in 2.2.0 alpha, is that on opening an effect, focus is on the "Manage" button rather than in the first control.
Comment 3 Peter Sampson 2020-05-10 12:33:24 UTC
Testing on macOS 10.15.4 with 2.4.0 RC06

What I am now seeing is that 

a) the OK button is focused (and active - will respond to enter)

b) none of the settings is focused

c) pressing Tab twice places focus on the first setting

d) I can tab through the settings OK

e) after I have tabbed through to the last setting, the next Tab leaves nothing focuses than a second tab restores focus to the first setting.

Is this good enough - or do we regard the Step b and step e invisibilities to be an issue still
Comment 4 Peter Sampson 2020-05-10 12:38:00 UTC
(In reply to Peter Sampson from comment #3)
Gales' observations at Steps 4 and 5 still hold true

>4) Observe: In Change Speed the selection is in "Current Length" 
>5) Observe: in Change Pitch the selection is in the first octave.

And I observe that in Chage Tempo initial focus is on Beats per minute>From (and not the Percent Change as expected)
Comment 5 Peter Sampson 2020-05-10 12:41:20 UTC
(In reply to Peter Sampson from comment #4)
All is good in this regard on W10 with 2.4.0 RC06
Comment 6 Bill Wharrie 2020-05-10 12:50:47 UTC
(In reply to Peter Sampson from comment #5)
Audacity 2.4.0 rc06
On Mac, 10.14.5, in built-in effects, "OK" or "Apply" button is blue, responds to "return" key but not "enter" key. For built-in generators, OK button responds both to "return" and "enter" keys.
Comment 7 Peter Sampson 2020-08-21 10:01:47 UTC
Testing on macOS 10,15.6 with Audacity 3.0.0 25ddfc7#

This now appears to work properly for all EGAs with the initial focus being on the first control at Step 2