Search and Top Navigation
#2654 closed bug (fixed)
Opened April 04, 2008 08:57PM UTC
Closed April 07, 2008 04:41PM UTC
Last modified February 26, 2009 12:04PM UTC
Modal UI Dialog covered by its overlay in MSIE 7 while dragging/resizing it
Reported by: | anmic | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | dialog, modal, zindex, visibility, msie, ie | Cc: | |
Blocked by: | Blocking: |
Description
In MSIE 7, I noticed a bug when a modal dialog with an overlay enabled is covered by the overlay during resizing/dragging.
You can use attached file to reproduce this bug (modified ui.dialog.html demo page):
<h2>3. Buttons</h2> <div class="playground"> <div id="example3">Please select an option below.</div> <br /> <button onclick="$('#example3').dialog({ title: 'Are you sure?', modal: true, overlay: { 'backgroundColor': 'black', 'opacity': 0.7 } buttons: { 'Yes': function() { $(this).dialog('close'); alert('You clicked \\'Yes\\''); }, 'No': function() { $(this).dialog('close'); alert('You clicked \\'No\\''); } }, draggable: true, resizable: true });$(this).hide().next().show();">Create Dialog</button> <button onclick="$('#example3').dialog('open')" style="display:none;">Open</button> <button onclick="$('#example3').dialog('close')">Close</button> </div>
Attachments (0)
Change History (4)
Changed April 04, 2008 08:59PM UTC by comment:1
owner: | paul → scott.gonzalez |
---|---|
status: | new → assigned |
Changed April 07, 2008 04:41PM UTC by comment:2
resolution: | → fixed |
---|---|
status: | assigned → closed |
This was already fixed. Please upgrade to latest SVN. If you continue to have this problem, please reopen this ticket.
Changed May 24, 2008 03:39AM UTC by comment:3
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed February 26, 2009 12:04PM UTC by comment:4
milestone: | → 1.5 |
---|