Search and Top Navigation
#7327 closed bug (fixed)
Opened May 05, 2011 12:07PM UTC
Closed May 26, 2011 11:30PM UTC
Dialog box size and close animation bugs
Reported by: | onaiggac | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using:
jQuery 1.6
Tested:
IE 8
Chrome 11
Safari 5.0.4
Firefox 4.0.1
Code tested:
$("#body").dialog({ height: 330, width: 380, modal: true, closeOnEscape: false, open: function(event, ui) { jQuery('.ui-dialog-titlebar-close').hide(); }, draggable: false, resizable: false, autoOpen:false, show:'drop', hide: 'drop' });
Description:
The dialog opens fine except for its size in:
-Chrome
-Safari
-Firefox
When close, the dialog animation repeats 'n' times that dialog was opened.
-Chrome
-Safari
-Firefox
Fixed: https://github.com/jquery/jquery-ui/pull/300
Though I couldn't reproduce the dialog size issue.