Opened 14 years ago
Closed 13 years ago
#4125 closed bug (worksforme)
Erro creating a dialog on div contain a table with more than 2 rows in IE
Reported by: | marciomn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I can´t create a dialog on div cotain a table with more than 2 rows in Internet Explorer 7 (code below). It works fine in Firefox... I'm using jQuery UI 1.6rc5 and jQuery 1.3
<div id='divDialog'> <table width="100%"> <tr><td>Line 1</td></tr> <tr><td>Line 2</td></tr> <tr><td>Line 3</td></tr> </table> </div> ... $('#divDialog').dialog();
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jQuery 1.3.2 and jQuery UI 1.7.2 and this test page http://jsbin.com/icusa
I can't replicate in IE 8 or IE 7 or Firefox.
Seems to work for me.