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

text entry dialog input fails (in Logic) if OK button pressed while text field has focus #29

Closed
sophiapoirier opened this issue Nov 25, 2020 · 1 comment
Assignees

Comments

@sophiapoirier
Copy link
Owner

Another text entry dialog issue in Logic... Using Logic 10.6.0, if you type a value into a text entry dialog and then press the OK button while the text field is still active / has focus, then the input will fail to be processed due to the button event appearing as Cancel rather than OK. Also, anything that can take focus that may be behind the dialog's OK button will gain focus (e.g. the "buffer size" parameter text value in Transverb).

workarounds:
Press return to accept the dialog input.
Move focus away from the text entry field with the tab key before pressing the OK button.

Related to #19?

@sophiapoirier sophiapoirier self-assigned this Nov 25, 2020
@sophiapoirier
Copy link
Owner Author

Okay certainly this is related to #19 as it is the exact same symptom. I think my solution for #19 was not quite correct, but worked until something in VSTGUI changed and broke my incorrect solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant