Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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:

  1. Click on the textfield
  2. The date picker pops open
  3. select a date
  4. 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 jquery_user

Unlike the simple example demonstrating date picker, my code has the following:

onSelect: function(dateText, inst) {

$(this).blur().change().focus();

}, onClose: function(selectedDate) {

angularjs code

}

comment:2 Changed 10 years ago by Scott González

Component: ui.coreui.datepicker
Resolution: notabug
Status: newclosed

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 tj.vantoll

For future reference it looks like you're trying to workaround #7765.

Note: See TracTickets for help on using tickets.