-
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
Warning when formula is not applied should also trigger on Close button, not just Esc #7337
Labels
Feature Request
New feature request
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Milestone
Comments
Oh hahaha. I also realized now that it's not working correctly. 🙃 Pressing yes, the window stays open. |
Andreya-Autumn
changed the title
Formula un-applied changes warning also on x button
Formula un-applied changes warning is borked (and would be nice to have on x too)
Nov 26, 2023
Oh we should fix this for 1.3. On it. |
Oh no it's harder to fix. Rebumping |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Nov 29, 2023
If you press esc in formula modulator 1. Yes/No box actually does yes/no properly and 2. If you chose No then escape again right away you get the box Would be nice to have this on X, which is why this just addresses surge-synthesizer#7337. The X treatment is trickier.
baconpaul
changed the title
Formula un-applied changes warning is borked (and would be nice to have on x too)
Formula un-applied changes warning triggers on X not just esc
Nov 29, 2023
Above PR fixes the esc key shenanigans at least which were a result of the alert box ports in 1.3 |
baconpaul
added a commit
that referenced
this issue
Nov 29, 2023
If you press esc in formula modulator 1. Yes/No box actually does yes/no properly and 2. If you chose No then escape again right away you get the box Would be nice to have this on X, which is why this just addresses #7337. The X treatment is trickier.
Oh haha sorry, I misread you and un-re-bumped it. 😆 Let me re-un-re-bump. |
mkruselj
changed the title
Formula un-applied changes warning triggers on X not just esc
Warning when formula is not applied should also triggers on Close button, not just Esc
Nov 30, 2023
mkruselj
changed the title
Warning when formula is not applied should also triggers on Close button, not just Esc
Warning when formula is not applied should also trigger on Close button, not just Esc
Nov 30, 2023
mkruselj
added
the
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
label
Dec 1, 2023
Figured out how to structure this. On it now. |
Wahey! |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Jan 21, 2024
1. Overlay component get std::optional getPreCloseChickenBoxMessage which if it returns a value pops a chicken box in the surge gui when you press 'x' on the overlay 2. Implement it for FormulaEditor so that 'x' and 'esc' do the same thing Closes surge-synthesizer#7337
baconpaul
added a commit
that referenced
this issue
Jan 21, 2024
1. Overlay component get std::optional getPreCloseChickenBoxMessage which if it returns a value pops a chicken box in the surge gui when you press 'x' on the overlay 2. Implement it for FormulaEditor so that 'x' and 'esc' do the same thing Closes #7337
This was referenced Mar 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature Request
New feature request
UX
Issues related to user experience (UX) - mouse, touch, keyboard, MIDI inputs, etc.
Looking at the code for the previous issue this caught my eye:
https://github.com/mkruselj/surge/blob/76966ebf18405326a914ee3d9b1da302b9260c36/src/surge-xt/gui/overlays/LuaEditors.cpp#L864
I had not seen that dialog ever, since I click the x to close. Would be friendly to pop that window in this case also.
The text was updated successfully, but these errors were encountered: