Opened 17 years ago
Closed 14 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 by , 17 years ago
by , 17 years ago
Attachment: | DateTimeShortcuts.js.diff added |
---|
comment:2 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
I've managed to attach the patch from Esaj.
comment:4 by , 17 years ago
Triage Stage: | Ready for checkin → Accepted |
---|
I don't want to check this in until we get confirmation from Christian.
comment:6 by , 16 years ago
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 by , 15 years ago
What about jQuery bgiframe plugin, when there's implemented jQuery? (see ie6_bgiframe.diff)
comment:8 by , 14 years ago
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