Skip to main content

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.

Attachments (1)
  • ui.dialog.js.patch (0.6 KB) - added by aflynt February 25, 2009 10:01PM UTC.

    Patch for IE dialog close regression.

Change History (3)

Changed February 27, 2009 03:20PM UTC by jzaefferer comment:1

milestone: TBD1.7

Changed March 08, 2009 02:38PM UTC by rdworth comment:2

milestone: 1.71.8

Changed March 16, 2009 12:48AM UTC by scottgonzalez comment:3

milestone: 1.81.7
resolution: → fixed
status: newclosed

Fixed in r2134.