-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Return the result of calling the original jquery focus() function #4916
Comments
Comment by peterflynn
|
Comment by ingorichter
|
Comment by RaymondLim
|
Comment by peterflynn
|
Comment by peterflynn Closing in favor of #5364 |
Comment by ingorichter
|
Issue by ingorichter
Wednesday Sep 25, 2013 at 23:07 GMT
Originally opened as adobe/brackets#5346
This commit
adobe/brackets@8e5ad95
fixed a focus issue with HTML menus. On Linux (where we still use HTML
menues), the new implementation of focus didn't return the result when
calling the original jquery focus implementation.
The result was an error opening modal dialogs like Extension Manager,
About Box, etc.
The dialogs didn't work properly anymore due to this error:
"Uncaught TypeError: Cannot call method 'trigger' of undefined" in bootstrap-
modal.js
This fix returns the result from calling the original focus function.
ingorichter included the following code: https://github.com/adobe/brackets/pull/5346/commits
The text was updated successfully, but these errors were encountered: