Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After changing the order of the effects in the stack, navigating between effects using the keyboard is in the wrong order #6416

Open
dozzzzer opened this issue May 10, 2024 · 0 comments
Labels
bug An error, undesired behaviour, or missed functionality Effects (EGATs) Effects, Generators, Analyzers and Tools

Comments

@dozzzzer
Copy link
Contributor

Bug description

No response

Steps to reproduce

  1. Add an audio track
  2. Add a realtime effect to the stack (a)
  3. Add another one (b)
  4. Move the (b) above the (a)
  5. Change the (b) to a different effect (c)
  6. Try tabbing up and down the stack using keyboard

Expected behavior

The order (top to bottom) is:

  1. Realtime Effects header
  2. Effect (c)
  3. Effect (a)
  4. Add effect button

Actual behavior

The order (top to bottom) is:

  1. Realtime Effects header
  2. Effect (a)
  3. Effect (c)
  4. Add effect button

Audacity Version

latest stable version (from audacityteam.org/download)

Operating system

Windows, macOS

Additional context

No response

@dozzzzer dozzzzer added bug An error, undesired behaviour, or missed functionality Effects (EGATs) Effects, Generators, Analyzers and Tools labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error, undesired behaviour, or missed functionality Effects (EGATs) Effects, Generators, Analyzers and Tools
Projects
None yet
Development

No branches or pull requests

1 participant