Skip to main content

Search and Top Navigation

#3126 closed bug (fixed)

Opened July 23, 2008 12:00AM UTC

Closed August 01, 2008 08:44AM UTC

IE7 dialog error on simple v1.5.2

Reported by: anonymous Owned by: scottgonzalez
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 Transitional//EN">

<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

Attachments (0)
Change History (2)

Changed July 24, 2008 10:26AM UTC by scottgonzalez comment:1

milestone: → 1.6b
version: → 1.5.2

Changed August 01, 2008 08:44AM UTC by scottgonzalez comment:2

resolution: → fixed
status: newclosed

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.