Skip to main content

Bug Tracker

Side navigation

#12184 closed bug (invalid)

Opened August 02, 2012 01:54PM UTC

Closed August 02, 2012 01:59PM UTC

Firefox drag dialog

Reported by: hama4tux@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

When i opening a dialog in FF, its everithing fine, i can resize it etc..

But when i try drag it, its jump to top of page with height less then 3px, and i cant do anything.

In IE, Chrom works fine.

I try it in FF version 3.xx 14.xx, styl same troubles.

$(document).ready(function(){
  $(".open").click(function(e) {
    e.preventDefault();
    var theHREF = $(this).attr("href");

    $("#dialog").load("prepaid_migrace_viewd.php" + theHREF);
    $( "#dialog" ).dialog({
      buttons: {
       Ok: function() { 
        $( this ).dialog("close"); 
       }
       },
       width: 800,
       height: 500
    });
  });
});
Attachments (0)
Change History (1)

Changed August 02, 2012 01:59PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

Please file jQuery UI bugs at http://bugs.jqueryui.com and make sure to link to a live reduced test case on jsFiddle or jsbin.