Side navigation
#5300 closed bug (invalid)
Opened September 28, 2009 04:50AM UTC
Closed October 01, 2009 12:32AM UTC
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 :(
Attachments (0)
Change History (1)
Changed October 01, 2009 12:32AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please file jQuery UI bugs in the jQuery UI bug tracker. They will need a complete test case.
http://dev.jqueryui.com/