Opened 5 years ago
Last modified 4 years ago
#15298 new bug
jquery-ui-focus-issue with nested dialogs
Reported by: | Jon Lennryd | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi!
Short:
- I create a dialog and open it.
- Before closing the first dialog, I open a new one.
- 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
Change History (2)
comment:1 Changed 5 years ago by
comment:2 Changed 4 years ago by
Component: | ui.core → ui.dialog |
---|
Note: See
TracTickets for help on using
tickets.
The fix is to close the first dialog before opening the new dialog!