Skip to main content

Search and Top Navigation

#3056 closed bug (fixed)

Opened July 02, 2008 10:47AM UTC

Closed October 21, 2008 11:45PM UTC

Last modified October 11, 2012 09:15PM UTC

Datepicker Positioning in IE6

Reported by: r.taiidani@gmail.com Owned by: grabanski
Priority: minor Milestone:
Component: ui.datepicker Version: 1.5.1
Keywords: datepicker ie6 doctype position Cc:
Blocked by: Blocking:
Description

The datepicker library will not have an appropriate top positioning if IE6 has a valid HTML 4.01 Transitional Doctype. The first selection seems to work, but the second time that the datepicker is activated it does not work correctly.

To Recreate:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title>Example</title>
		<script type="text/javascript" src="jquery.js"></script>
		<script type="text/javascript" src="jquery-ui.js"></script>
		<script type="text/javascript">
			$(function() {
				$("input").datepicker();
			});
		</script>
	</head>
	<body>
		<br><br>
		<br><br>
		<br><br>
		<input type="text">
	</body>
</html>
Attachments (0)
Change History (4)

Changed August 16, 2008 08:02PM UTC by Cloudream comment:1

milestone: → TDB

Changed August 30, 2008 11:01PM UTC by taiidani comment:2

Ticket #3232 contains a patch that fixes this issue as well.

Changed October 21, 2008 11:45PM UTC by kbwood comment:3

resolution: → fixed
status: newclosed

Apparently fixed by solution for #3232.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted