Opened 15 years ago
Closed 15 years ago
#3126 closed bug (fixed)
IE7 dialog error on simple v1.5.2
Reported by: | anonymous | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.6b |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
get a megabundle from the build your own jquery ui create the following html page in ie7: <!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.0 TransitionalEN"> <html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <title>Untitled Document</title>
<script type="text/javascript" src="/templates/javascript/lib/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="/templates/javascript/lib/jquery-ui-personalized-1.5.2.min.js"></script>
</head> <body>
<script type="text/javascript">
$().ready(function() {
$('#confirm').show(); $('#confirm').dialog();
});
</script>
<div id="confirm" title="This is a dumb dialog" style="display:none;">
I have some content inside my div
</div>
</body> </html>
you will get a JS error: Line: 23 Error: Invalid Argument
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 1.6b |
---|---|
Version: | → 1.5.2 |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I was able to reproduce this with 1.5.2, but not with current SVN, so I'm marking this as fixed. I didn't track down what was causing the problem.