Search and Top Navigation
#6095 closed bug (worksforme)
Opened September 23, 2010 03:56AM UTC
Closed September 23, 2010 12:40PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Attachments (0)
Change History (3)
Changed September 23, 2010 04:01AM UTC by comment:1
Changed September 23, 2010 12:40PM UTC by comment:2
| 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.
Changed October 11, 2012 09:15PM UTC by comment:3
| milestone: | TBD |
|---|
Milestone TBD deleted
Note this doesn't occur in jquery-ui 1.7.3