Opened 14 years ago

Closed 14 years ago

#4230 closed bug (notabug)

Shadow in IE is not displaying properly

Reported by: supratik Owned by:
Priority: minor Milestone: 1.7
Component: ui.dialog Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:

Description

Hi, I am using jQuery UI 1.6rc6, the shadow in the jQuery dialog is not visible in all the sides, it is only visible in the top and left of the dialog. My sample code for the dialog box is as below.

$(document).ready(function () {

$('#testCode').dialog({

autoOpen: false, bgiframe: true, modal: true

});

}); The dialog is working fine in all other browsers like Firefox, Opera, Chrome and Safari but in IE the shadow is visible only in the left and top. In IE by default the height of the dialog is not the same as the other browsers.

Thanks

Attachments (2)

IE.jpg (4.8 KB) - added by supratik 14 years ago.
FireFox.jpg (6.0 KB) - added by supratik 14 years ago.

Download all attachments as: .zip

Change History (5)

Changed 14 years ago by supratik

Attachment: IE.jpg added

Changed 14 years ago by supratik

Attachment: FireFox.jpg added

comment:1 Changed 14 years ago by Jörn Zaefferer

Milestone: TBD1.7

comment:2 Changed 14 years ago by rdworth

Milestone: 1.71.8

comment:3 Changed 14 years ago by Scott González

Milestone: 1.81.7
Resolution: invalid
Status: newclosed

Shadow has been removed due to various problems.

Note: See TracTickets for help on using tickets.