I`m using jquery ui (jquery-ui-1.10.3) and faced some problem with dialog in Chrome.
I`m opening dialog in the following way:
$('#dialog').dialog({
width: 400,
buttons: {
"save": function() { update(); $( this ).dialog( "close" ); }
}
});
This dialog is draggable. Dialog appears perfectly, but as soon as I need to drag it, dialog goes/jumps to the bottom of a page, even under the scroll. And this happens only in Chrome.
Maybe somebody faced the same problem. Any ideas?
Thanks
Tried
html, body {position: relative}
but it didn't work for me.. However, found this worked for my situation.
body { height: 100%; }
Fixes quite a few strange issues.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With