Side navigation
#13339 closed bug (worksforme)
Opened January 28, 2013 08:22PM UTC
Closed January 28, 2013 08:27PM UTC
Last modified January 28, 2013 08:58PM UTC
Dialog make jitter/shiver window in IE
Reported by: | brian.andres.walker@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When drag dialog in v1.8.2 and 1.9.0 the window behind shiver, the page scrolls up and down quickly. I don't know well how to explain it. I let you a url where some people talk about it.
I solved it migrating to v1.7.2.
Thanks.
Forum discussion : http://forum.jquery.com/topic/jquery-ui-dialog-positioning-not-working-in-ie-8
Attachments (0)
Change History (3)
Changed January 28, 2013 08:27PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Changed January 28, 2013 08:55PM UTC by comment:2
Here is an simple example. Thanks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css" media="screen"> <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script> <script type="text/javascript"> $(document).ready(function() { var diag = $('<div id="ModalDialog"><\\/div>'); diag.append('<h2>DRAG ME</h2>'); diag.dialog({ modal:true, title: "<h2>Bug Example<\\/h2>" }); diag.dialog('open'); }); </script> </head> <body style="height:1000px; width:2000px;"> <div id="ModalDialog2" style="display:none;"></div> </body> </html>
Changed January 28, 2013 08:58PM UTC by comment:3
You're in quirks mode, which jQuery doesn't support.
Works just fine for me: core 1.8.2 + UI 1.9.1 and core 1.9.0 + UI 1.10.0. If you can provide a reduced test case showing the problem, please file the issue at http://bugs.jqueryui.com