Ticket #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: | |
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


Note this doesn't occur in jquery-ui 1.7.3