#6095 closed bug (worksforme)
Safari dialog doesn't center
Reported by: | obs | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.dialog | Version: | 1.8.5 |
Keywords: | safari, dialog | Cc: | |
Blocked by: | Blocking: |
Description
When using dialog in safari 5 the dialog doesn't center, in firefox it works fine.
The following html file will show the bug
<html> <head> <script src='/scripts/jquery.js' type='text/javascript'></script> <script src='/scripts/jquery-ui.js' type='text/javascript'></script> <script language="javascript"> $(document).ready(function(){ $("#div").dialog(); }); </script> </head> <body> <div id="div" title="title">dialog</div> </body> </html>
Jquery 1.4.2 is used.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Dialogs work fine for me in Safari 5. I did notice that you're not including any CSS at all, which isn't supported.
Note: See
TracTickets for help on using
tickets.
Note this doesn't occur in jquery-ui 1.7.3