Search and Top Navigation
#12865 closed bug (invalid)
Opened May 27, 2015 01:46AM UTC
Closed June 11, 2015 09:00AM UTC
Format is switched when activated before page is completely loaded
Reported by: | grrigorr | Owned by: | grrigorr |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am experiencing a bug when using ui.datepicker and initiating datepicker dropdown quickly, before page is completely loaded.
Here is my code:
#!js <script> $(function() { $dateObj.datepicker({ dateFormat: 'mm-dd-yy' }); }); </script>
The bug is, when a date is chosen, it is in dd-mm-yy format, instead of the dateFormat specified above.
Attachments (0)
Change History (2)
Changed May 27, 2015 12:10PM UTC by comment:1
owner: | → grrigorr |
---|---|
status: | new → pending |
Changed June 11, 2015 09:00AM UTC by comment:2
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!
Please provide a reduced test case showing the problem. Also, note that 1.9.x hasn't been supported for quite a while. Make sure you're using the latest version when creating the test case.