Skip to main content

Search and Top Navigation

#4230 closed bug (notabug)

Opened February 25, 2009 01:06PM UTC

Closed March 16, 2009 12:51AM UTC

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)
  • FireFox.jpg (6.0 KB) - added by supratik February 25, 2009 01:08PM UTC.
  • IE.jpg (4.8 KB) - added by supratik February 25, 2009 01:08PM UTC.
Change History (3)

Changed February 27, 2009 03:21PM UTC by jzaefferer comment:1

milestone: TBD1.7

Changed March 08, 2009 02:37PM UTC by rdworth comment:2

milestone: 1.71.8

Changed March 16, 2009 12:51AM UTC by scottgonzalez comment:3

milestone: 1.81.7
resolution: → invalid
status: newclosed

Shadow has been removed due to various problems.