Modify ↓
Ticket #12184 (closed bug: invalid)
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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.