Opened 16 years ago
Closed 13 years ago
#5054 closed (wontfix)
Calendar in admin interface doesn't display over dropdowns correctly in IE6
Reported by: | Esaj | Owned by: | xian |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | calendar, internet explorer, dropdowns | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In IE6, nearby dropdowns will show through the calendar popup for Date/Time/DateTime fields. This is a known bug with IE, and the workaround is to create an <iframe>
just underneath the <div>
. See http://www.javascriptjunkie.com/?p=5 for details of the workaround.
Attachments (2)
Change History (10)
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | DateTimeShortcuts.js.diff added |
---|
comment:2 Changed 16 years ago by
Triage Stage: | Unreviewed → Ready for checkin |
---|
I've managed to attach the patch from Esaj.
comment:4 Changed 16 years ago by
Triage Stage: | Ready for checkin → Accepted |
---|
I don't want to check this in until we get confirmation from Christian.
comment:6 Changed 15 years ago by
Any reason why this hasn't been checked in yet? I'm not sure who Christian is, but this ticket has been open for 11 months now...
comment:7 Changed 14 years ago by
What about jQuery bgiframe plugin, when there's implemented jQuery? (see ie6_bgiframe.diff)
comment:8 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This ticket would create validation warnings because the iframe is deprecated in XHMTL 1.0 Strict, which admin is. Closing.
Akismet is rejecting my patch, grr.
I've put it up here: http://www.jasondavies.com/code/DateTimeShortcuts.js.diff