Opened 12 years ago
Closed 10 years ago
#7297 closed bug (invalid)
Datepicker - month/year dropdowns require two clicks to open correctly.
Reported by: | paddyboyd | Owned by: | paddyboyd |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.12 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have recently encountered a problem in IE, using the datepicker script:
- Load up a page with a datepicker on it, showing both the year and month dropdowns.
- Select a date (this works fine first time).
- Open the datepicker again, but this time, when you click on one of the year/month dropdown lists, it appears briefly and then disappears, requiring a second click to get it to appear correctly.
I have a small test page (see below) and have tested this using jQuery 1.4.4 and jQuery UI 1.8.10 (my production configuration) and jQuery 1.5.2 and jQuery UI 1.8.12 and been able to reproduce it in both cases (using IE9 and also in IE6).
<head> <script type="text/javascript"> $(document).ready(function () { $("#testDate").datepicker({ changeYear:true, changeMonth:true, constrainInput:true, buttonText:'Choose', showOn:'both', showButtonPanel:false, buttonImageOnly:true}); }); </script> </head> <body> <input type="text" id="testDate" /> </body>
I think that this is a restating of a previously closed ticket 6996. I can reproduce this using the steps above and the URL stated in the closed ticket:
http://jqueryui.com/demos/datepicker/dropdown-month-year.html
Change History (5)
comment:2 Changed 11 years ago by
We have also experienced this problem. in an XP environment we have replicated only where a month or year dropdown is open and one clicks on the other. In a Windows 7 envioronment it occurs immediately on opening the datepicker.
Does anyone know whether there is a fix for this yet? Thanks
comment:3 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Owner: | set to paddyboyd |
---|---|
Status: | new → pending |
Thanks for taking the time to contribute to the jQuery UI project! I can no longer reproduce the issue using the latest jQuery and jQuery UI. http://jsfiddle.net/WbyH8/
If you can still reproduce it, please respond so I can investigate it further. Thanks!
comment:5 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Just a small hint:
For me this one is reproducible when I do the following in IE8:
Another way to reproduce this is the following: