#9490 closed bug (notabug)
Ticket #7623 is not fixed IE8 date picker does not close on selection
Reported by: | jquery_user | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am using jquery ui 1.0.3 and the issue mentioned in ticket #7623 still occurs
Steps:
- Click on the textfield
- The date picker pops open
- select a date
- the date picker closes but immediately reopens
Hope this issue can be resolved soon.
Thanks John
Change History (3)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Resolution: | → notabug |
Status: | new → closed |
This is not a bug. You're explicitly focusing the input again, which is the trigger for showing the datepicker.
comment:3 Changed 10 years ago by
For future reference it looks like you're trying to workaround #7765.
Note: See
TracTickets for help on using
tickets.
Unlike the simple example demonstrating date picker, my code has the following: