Skip to main content

Search and Top Navigation

#4735 closed bug (wontfix)

Opened July 31, 2009 06:01PM UTC

Closed October 16, 2012 01:44PM UTC

Dialog: Unable To Resize Dialog In IE6

Reported by: jandersen Owned by:
Priority: major Milestone: 1.10.0
Component: ui.dialog Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

I can't resize the modal dialog box in IE6 for the example at http://jqueryui.com/demos/dialog/#modal. In my testing, it seems to be something about having the bgiframe and the modal options both set to true. That's the only way I've been able to reproduce the problem. Confirmed with others that they experience the same issue.

Attachments (0)
Change History (7)

Changed November 16, 2009 08:37PM UTC by jzaefferer comment:1

milestone: TBD1.8
priority: majorcritical

Changed January 15, 2010 12:29PM UTC by jzaefferer comment:2

I can shrink it, but not increase its size.

Changed January 28, 2010 02:03AM UTC by scottgonzalez comment:3

priority: criticalmajor

This works for me. The problem occurs if you move too fast and your cursor leaves the dialog and hovers over the overlay. I'm not sure what's causing that problem.

Changed May 08, 2010 12:46AM UTC by watanabe comment:4

See: http://blog.oovch.net/article/143202683.html (bgiframe leaves room for improvement.)(by oov, in Japanese)

Abstract: (The misunderstanding is caused by watanabe)

  • bgirame makes an iframe behind the dialog.
  • The iframe is as big as the window.
  • The mouse event to shrink is captured by the dialog.
  • The mouse event to increase is captured by the iframe.
  • workaound: change bgiframe to make a div element over the iframe.

Before:

div class="ui-widget-overlay" ...
 iframe class="bgiframe" tabindex="-1" ... <- original.
div class="ui-dialog" ...

After:

div class="ui-widget-overlay" ...
 div class="bgiframe" ... <- changed.
  iframe tabindex="-1" ... <- as big as parent element.
  div ... <- as big as parent element.
div class="ui-dialog" ...

Changed May 08, 2010 10:34PM UTC by watanabe comment:5

See: ticket:4903, too.

Changed October 11, 2012 02:47PM UTC by scottgonzalez comment:6

milestone: 1.9.01.10.0

Changed October 16, 2012 01:44PM UTC by petersendidit comment:7

resolution: → wontfix
status: newclosed
summary: Unable To Resize Dialog In IE6Dialog: Unable To Resize Dialog In IE6

We are dropping support for IE6 in 1.10