Opened 12 years ago
Closed 10 years ago
#7623 closed bug (fixed)
DatePicker reappears after selection in ie8
Reported by: | jbblanchet | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.15 |
Component: | ui.datepicker | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To reproduce, create an html file with a standard DatePicker and open it in ie8. Click on the field to bring up the date picker and select a date. The date picker will reopen immediatly.
This doesn't happen with 1.8.14. Happens in ie8 but fine in FireFox.
Change History (10)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8.
This reverts commit 5f0a2f01c4609315ab66158191d3f9bd420f827f.
Changeset: bb79b418717bbd4b2ae800fc8c6bbe39682a2283
comment:3 Changed 12 years ago by
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8.
This reverts commit 86a09aeb332851971bc2b2ce6bbf4d4292b12020.
Changeset: 7c15d3c19f9cdde9cc82ac0486a93b01ec03eb6b
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.16 |
---|
comment:9 Changed 10 years ago by
Milestone: | 1.8.16 → none |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:10 Changed 10 years ago by
Milestone: | none → 1.8.15 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
In IE 7 as well the examples in http://jqueryui.com/demos/datepicker/ have the same effect. It reappears again, After date is selected.