-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Multiple File Options #987
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
Comments
Hello! I would like to work on this issue. |
Marton6
added a commit
to Marton6/p5.js-web-editor
that referenced
this issue
Mar 25, 2019
This change ensures that the file options composite widget is hidden if and only if none of its components is in focus. This is achieved by having a variable keep track of the state of the composite widget (in focus / not in focus).
Marton6
added a commit
to Marton6/p5.js-web-editor
that referenced
this issue
Mar 26, 2019
Modified fix for processing#987 according to the requested changes. Moved isFocused to the components state and created a method for hadling the function calls executed in onBlur.
Marton6
added a commit
to Marton6/p5.js-web-editor
that referenced
this issue
Mar 27, 2019
Renamed method blurComponent to onBlurComponent. Moved duplicated code from onFocus callback to a new method called onFocusComponent.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nature of issue?
Details about the bug:
Latest Merge

Fixed Issue #659 (#964)
causes multiple menus to remain open.#876 removed the issue but it comes again now.
The text was updated successfully, but these errors were encountered: