Search and Top Navigation
#4235 closed bug (fixed)
Opened February 25, 2009 10:00PM UTC
Closed March 16, 2009 12:48AM UTC
dialog('close') fails in IE in rev >= 2119
Reported by: | aflynt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.dialog | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Revision 2119 of ui.dialog.js caused a regression bug where calls to the close method in IE when options.hide is not set don't actually remove the dialog from the screen.
The problem is that self.uiDialog.hide() is no longer called when options.hide isn't set and self._trigger('close', event); doesn't seem to close the dialog in IE.
I've attached a patch that fixes this.