-
Notifications
You must be signed in to change notification settings - Fork 404
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
Filter analysis window: Filter 1 button appears hovered #7361
Comments
Spent a minute on this to see if it was something easy. And it is something obvious but not a pre-1.3. fix basically MultiSwitch has a focus gained to do hovers which is fine and useful with keyboard nav but showing here means element filter 1 gets focus and hovers due to that so this intertwines with focus management and keyboard. not worth fixing this late |
The ur-problem here is we don't have non-accessible overlays so the focus grab happens for no reason. |
This avoids a hover-paint on the filter 1 button when its neither selected nor hovered. Since this is a non-accessible UI this is basically what we want anyway. Also make wantsInitialKeyboardFocus false. Closes surge-synthesizer#7361
turns out i had solved this already for the scope. so now it is fixed here too. |
This avoids a hover-paint on the filter 1 button when its neither selected nor hovered. Since this is a non-accessible UI this is basically what we want anyway. Also make wantsInitialKeyboardFocus false. Closes #7361
After opening the filter analysis window, the Filter 1 button appears hovered, until you actually hover over it.
The text was updated successfully, but these errors were encountered: