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)
Change History (5)
Changed 14 years ago by
Changed 14 years ago by
Attachment: | FireFox.jpg added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.7 |
---|
comment:2 Changed 14 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:3 Changed 14 years ago by
Milestone: | 1.8 → 1.7 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Shadow has been removed due to various problems.