Bug Tracker

Modify

Ticket #6887 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

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:
Blocking: Blocked by:

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

test.html Download (919 bytes) - added by quqtalk 3 years ago.
page.png Download (35.1 KB) - added by quqtalk 3 years ago.
Ie8.png Download (33.5 KB) - added by quqtalk 3 years ago.
FireFox3.6.png Download (37.4 KB) - added by quqtalk 3 years ago.

Change History

Changed 3 years ago by quqtalk

Changed 3 years ago by quqtalk

Changed 3 years ago by quqtalk

Changed 3 years ago by quqtalk

comment:1 Changed 3 years ago by quqtalk

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

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.