Search and Top Navigation
#4125 closed bug (worksforme)
Opened February 11, 2009 04:48PM UTC
Closed February 05, 2010 02:31AM UTC
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();
Attachments (0)
Change History (3)
Changed February 12, 2009 11:29PM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed March 08, 2009 02:38PM UTC by comment:2
milestone: | 1.7 → 1.8 |
---|
Changed February 05, 2010 02:31AM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | new → closed |
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.