Search and Top Navigation
#8968 closed bug (wontfix)
Opened January 16, 2013 04:10PM UTC
Closed April 19, 2016 01:12PM UTC
Datepicker: month unselectable in popup window in IE8
Reported by: | matf4 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery: 1.8.3
jQuery-ui: 1.9.2
component: datepicker
After initializing datepicker with month and year combo-boxes everything is working fine.
Problems appear when initializing the same datepicker in popup window (opened using window.open() function).
Select date with month dropdown is impossible (selection dissapears right away), however it's possible to select year with dropdown so I consider it a bug in jquery.
jsFiddle: http://jsfiddle.net/j389R/6/
Bug is repeatable, it was confirmed with IE 8.0.6001.18702 and IE 8.0.7601.17514 and I'm sure this bug was also present in jquery-ui 1.7 and 1.8
This is not a duplicate of #6198 (doesn't have anything in common with double-clicking in IE).
Attachments (0)
Change History (4)
Changed January 17, 2013 03:12AM UTC by comment:1
status: | new → open |
---|---|
summary: | bug: datepicker month dropdown in popup window - IE8 → Datepicker: month unselectable in popup window in IE8 |
version: | 1.9.2 → 1.10.0-rc.1 |
Changed January 17, 2013 03:15AM UTC by comment:2
milestone: | none → 1.11.0 |
---|---|
version: | 1.10.0-rc.1 → 1.9.2 |
Changed June 24, 2014 11:09PM UTC by comment:3
milestone: | 1.11.0 → none |
---|
Changed April 19, 2016 01:12PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | open → closed |
IE 8 is no longer supported as of jQuery UI 1.12.0.
Still trying to figure out what's going on here but I do see the bug, here's a reduced test case http://jsfiddle.net/tj_vantoll/j389R/23/. This issue is not present in IE9.