Bug Tracker

Modify

Ticket #12184 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

Firefox drag dialog

Reported by: hama4tux@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocking: Blocked by:

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
    });
  });
});

Change History

comment:1 Changed 10 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.