Search and Top Navigation
#8958 closed bug (fixed)
Opened January 11, 2013 07:13PM UTC
Closed January 31, 2013 10:20PM UTC
Last modified January 31, 2013 10:20PM UTC
Dialog: Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog
Reported by: | mollw3 | Owned by: | djQuery |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | ui.dialog | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When opening a modal dialog triggers an event that opens the same dialog two ui-widget-overlays is added to DOM, but when I close the dialog one overlay stays and there is no way to interact without reloading page or removing overlay from DOM with developer tools or similar.
The issue is present in jquery-ui 1.9.2 in Google Chrome 23.0.1271.97 but works in Internet Explorer 9.0.8112.16421. Using Windows 7.
Attachments (0)
Change History (6)
Changed January 12, 2013 02:22AM UTC by comment:1
status: | new → open |
---|---|
summary: | Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog → Dialog: Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog |
Changed January 25, 2013 09:23PM UTC by comment:2
milestone: | 1.10.0 → none |
---|
Changed January 30, 2013 03:44PM UTC by comment:3
_comment0: | This issue appears to be fixed allready. http://jsbin.com/igixuv/2/edit → 1359560937417348 |
---|
Changed January 30, 2013 05:17PM UTC by comment:4
owner: | → djQuery |
---|---|
status: | open → assigned |
Changed January 31, 2013 10:20PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | assigned → closed |
Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog.
Changeset: 62cda1f95d0e7040153f0b5fe5745d199a0a094e
Changed January 31, 2013 10:20PM UTC by comment:6
milestone: | none → 1.10.1 |
---|
Confirmed against master - http://jsfiddle.net/tj_vantoll/Gey9L/. The issue occurs in WebKit and Opera and isn't present in Firefox or IE.