Skip to main content

Search and Top Navigation

#9490 closed bug (notabug)

Opened August 08, 2013 07:37PM UTC

Closed August 08, 2013 08:01PM UTC

Last modified August 08, 2013 08:02PM UTC

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

Attachments (0)
Change History (3)

Changed August 08, 2013 07:49PM UTC by jquery_user comment:1

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

}

Changed August 08, 2013 08:01PM UTC by scottgonzalez comment:2

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.

Changed August 08, 2013 08:02PM UTC by tj.vantoll comment:3

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