Ticket #3232 (closed bug: fixed)
Datepicker Position Problem in IE 6/7
| Reported by: | roch@… | Owned by: | grabanski |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.datepicker | Version: | 1.6rc2 |
| Keywords: | ui datepicker position | Cc: | |
| Blocking: | Blocked by: |
Description
I had a Problem using the ui.datepicker plugin with IE6/7.
The Datepicker was shown in the wrong Position.
The browser Width/Height in _checkOffset was 0 for IE.
I tried the Width Detection from: http://www.mail-archive.com/jquery-en@googlegroups.com/msg13648.html which gives correct Values.
Attachments
Change History
Changed 5 years ago by isroch
-
attachment
ui.datepicker.js.patch
added
comment:1 Changed 5 years ago by isroch
I cornered the problem to non strict HTML Pages. strict pages are working fine.
comment:2 Changed 5 years ago by kbwood
- Status changed from new to closed
- Resolution set to fixed
Fixed. Added patch.
comment:3 Changed 4 years ago by joern.zaefferer
- Status changed from closed to reopened
- Version changed from 1.6b to 1.6rc2
- Resolution fixed deleted
According to #3603, this issue is still open.
comment:4 Changed 4 years ago by caphun
- Status changed from reopened to closed
- Resolution set to fixed
Fixed in [1504]
Note: See
TracTickets for help on using
tickets.


Works with this changes