Ticket #4271 (closed bug: fixed)

Opened 18 months ago

Last modified 14 months ago

Buttons disappear after dragging dialog

Reported by: aflynt Owned by:
Priority: major Milestone: 1.8
Component: ui.dialog Version: 1.7.2
Keywords: Cc:

Description

With svn -r 2200 trunk the buttons area of the dialog disappears after dragging. This behavior can be seen in IE7 Firefox 3.0.6 and Safari 4 Beta.

Change History

Changed 18 months ago by aflynt

Note that this only occurs when you define buttons and explicitly set a height. For example adding 'height: 100' to the dialog.html visual test:

// Dialog with Buttons var dlgbuttons = $("#dlgbuttons").dialog({

autoOpen: false, width: 600, height: 100, buttons: {

Ok: function() {}, Cancel: function() {}

}

});

Changed 17 months ago by scott.gonzalez

  • milestone changed from TBD to 1.8

Changed 15 months ago by albertvo

Are there any known workarounds for this bug?

Changed 14 months ago by scott.gonzalez

  • status changed from new to closed
  • version set to 1.7.2
  • resolution set to fixed

Confirmed in 1.7.1 and 1.7.2, but works in trunk.

Note: See TracTickets for help on using tickets.