Search and Top Navigation
#15298 new bug ()
Opened June 13, 2018 11:15AM UTC
Last modified October 25, 2018 01:51PM UTC
jquery-ui-focus-issue with nested dialogs
Reported by: | Snorvarg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi!
Short:
1. I create a dialog and open it.
2. Before closing the first dialog, I open a new one.
3. I close the first dialog.
Now unrelated errors happen in other code using jQuery.UI. (Specific: unable to get property'_focusTabbable'of undefined or null reference)
A related issue with an example:
https://stackoverflow.com/questions/37185031/jquery-ui-focus-issue
The fix is to close the first dialog before opening the new dialog!