Opened 14 years ago
Closed 10 years ago
#4847 closed feature (wontfix)
DatePicker: does not popup properly in IE6
Reported by: | CmJoshua | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | DatePicker popups IE6 | Cc: | |
Blocked by: | Blocking: |
Description
DatePicker doesn't work properly in IE 6. It rises the Internet explorer up to 98% of the CPU recourses to open the calendar every time it tries to open it, therefore it takes a while before to pops the calendar up. Is there any work around for this? Thanks by the way for this great job you have done so far.
Change History (5)
comment:1 follow-up: 2 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|---|
Priority: | critical → minor |
Type: | bug → enhancement |
comment:2 Changed 12 years ago by
Replying to joern.zaefferer:
Do you have a testpage?
Hi joern,
Please use the date picker demo page(http://jqueryui.com/demos/datepicker/) for a test.
It took about 400ms to show the calendar on my laptop.
I did some profiling, found that _updateDatepicker
function was the problem.
After I removed event binding lines(see blow) in _updateDatepicker
,it only took about 80ms to show the calendar.
Hope this will help.
Event binding lines: https://gist.github.com/948489
comment:3 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:5 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | DatePicker does not popup properly in IE6 → DatePicker: does not popup properly in IE6 |
We are rewriting the datepicker for 1.10 and dropping support for IE6.
Do you have a testpage?