Skip to main content

Search and Top Navigation

#4242 closed bug (duplicate)

Opened February 27, 2009 02:01AM UTC

Closed March 17, 2009 10:46PM UTC

When height of dialog content is more then height set in options, there is a javascript error in IE6 & 7.

Reported by: seasoup Owned by:
Priority: minor Milestone: 1.7
Component: ui.dialog Version: 1.6rc6
Keywords: ui dialog ie Cc: seasoup@gmail.com
Blocked by: Blocking:
Description

Using jquery-1.3.2.js & jQuery UI 1.6rc6 & IE6 or IE7

No error in FF 3.0.6, Chrome, Safari 3.2.1, Opera 9.62, Webkit


var opts = {

'height': 100

}

var dialog = $('<a><br><br>a<br><br>a<br><br>s</a>').dialog(opts);


alerts an error in IE7.

Line: 1061

Error: Invalid Argument

line in jQuery it errors on:

elem[ name ] = value;

And has no error with height of 200:


var opts = {

'height': 200

}

var dialog = $('<a><br><br>a<br><br>a<br><br>s</a>').dialog(opts);


Attachments (0)
Change History (3)

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

milestone: TBD1.7

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

milestone: 1.71.8

Changed March 17, 2009 10:46PM UTC by scottgonzalez comment:3

milestone: 1.81.7
resolution: → duplicate
status: newclosed

Duplicate of #3901.