Opened 14 years ago
Closed 14 years ago
#4242 closed bug (duplicate)
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: | [email protected]… |
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);
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.8 → 1.7 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #3901.