-
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
Focus on Typing Dismiss #5756
Labels
Bug Report
Item submitted using the Bug Report template
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Milestone
Comments
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jan 12, 2022
Addresses surge-synthesizer#5756 When a typein is up and you dismiss it, you want focus to return to the source. We have two codepaths to do this - TypeinParamEditor gets a returnFocusTo and manages it - And mini edits for rename operations
baconpaul
added a commit
that referenced
this issue
Jan 12, 2022
Addresses #5756 When a typein is up and you dismiss it, you want focus to return to the source. We have two codepaths to do this - TypeinParamEditor gets a returnFocusTo and manages it - And mini edits for rename operations
mkruselj
added
the
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
label
Jan 13, 2022
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 2, 2022
Makes sure when you get a modal prompt and you interact with it your focus returns to a reasonable spot. It's required for all mini edits from now on too Closes surge-synthesizer#5756
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Apr 2, 2022
Makes sure when you get a modal prompt and you interact with it your focus returns to a reasonable spot. It's required for all mini edits from now on too Closes surge-synthesizer#5756
baconpaul
added a commit
that referenced
this issue
Apr 2, 2022
Makes sure when you get a modal prompt and you interact with it your focus returns to a reasonable spot. It's required for all mini edits from now on too Closes #5756
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
Item submitted using the Bug Report template
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
With #5757 we got the principle cases of focus management handled with types, but not all promptForMiniEdit
have a component naturally available, so some features like save lfo as and so on will not return focus to the right spot. Address that in 1.1.
The text was updated successfully, but these errors were encountered: