Skip to main content

Bug Tracker

Side navigation

#6887 closed bug (invalid)

Opened August 09, 2010 09:59AM UTC

Closed August 09, 2010 11:42PM UTC

Datapicker position issus in fireforx

Reported by: quqtalk Owned by:
Priority: Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: Datapicker position Cc:
Blocked by: Blocking:
Description

Using my html code, the Datapicker can't be located in right position. But in IE 8 and chrome is OK.

<html>

<head>

<link type="text/css" href="themes/base/jquery.ui.all.css" rel="stylesheet" />

<script type="text/javascript" src="jquery-1.4.2.js"></script>

<script type="text/javascript" src="ui/jquery.ui.core.js"></script>

<script type="text/javascript" src="ui/jquery.ui.widget.js"></script>

<script type="text/javascript" src="ui/jquery.ui.position.js"></script>

<script type="text/javascript" src="ui/jquery.ui.datepicker.js"></script>

<script type="text/javascript">

$(function() {

$("#date1").datepicker({dateFormat: 'yymmdd' });

$("#date2").datepicker({dateFormat: 'yymmdd' });

});

</script>

</head>

<body>

<h1>Test</h1>

<form action="" method="post">

date1:<br><br>

<input id="date1" name="date1" type="text"><br>

date2:<br><br>

<input name="date2" type="text" id ="date2"><br><br>

<br>

<input type="submit" value="submit">

</form>

</body>

</html>

Attachments (4)
  • FireFox3.6.png (37.4 KB) - added by quqtalk August 09, 2010 10:03AM UTC.
  • Ie8.png (33.5 KB) - added by quqtalk August 09, 2010 10:02AM UTC.
  • page.png (35.1 KB) - added by quqtalk August 09, 2010 10:02AM UTC.
  • test.html (0.9 KB) - added by quqtalk August 09, 2010 10:00AM UTC.
Change History (2)

Changed August 09, 2010 10:04AM UTC by quqtalk comment:1

If change the <br> number or sequence, the problem disappear.

Changed August 09, 2010 11:42PM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

This is not a jQuery core bug. If this is UI Datepicker, ask about it on the forum.