Opened 13 years ago
Closed 13 years ago
#5300 closed bug (invalid)
UI Dialog IE6 bugged
Reported by: | omfgpanda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hellow. I'am founded bug with dialogs in ie6. When iam using "dialog" with one button
$("selector").dialog({
bgiframe: true, autoOpen: false, width: 600, modal: true, buttons: {
'Cancel': function() {
$(this).dialog('close');
}
}, close: function() {}
});
iam cannot open dialog in ie6. With another browser all ok. with 2 buttons all fine in IE.
sry for bad english :(
Note: See
TracTickets for help on using
tickets.
Please file jQuery UI bugs in the jQuery UI bug tracker. They will need a complete test case.
http://dev.jqueryui.com/