Opened 16 years ago

Closed 13 years ago

#6488 closed New feature (wontfix)

Use JS iframe to hide select dropdowns in IE6

Reported by: Bastian Kleineidam <calvin@…> Owned by: nobody
Component: contrib.admin Version: newforms-admin
Severity: Normal Keywords: nfa-someday
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: yes

Description

Use an <iframe> tag to work around an IE6 bug that shows select
dropdowns above other elements.

Attachments (1)

0015-Use-JS-iframe-to-hide-select-dropdowns-in-IE6.patch (4.3 KB ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (8)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by anonymous, 16 years ago

Component: UncategorizedAdmin interface

comment:2 by Simon Greenhill <dev@…>, 16 years ago

Patch needs improvement: set
Triage Stage: UnreviewedAccepted
Version: SVNnewforms-admin

comment:3 by Karen Tracey <kmtracey@…>, 16 years ago

Keywords: nfa-someday added

Opened against old admin, should not block merge.

comment:4 by Julien Phalip, 13 years ago

Type: New feature

comment:5 by Julien Phalip, 13 years ago

Severity: Normal

comment:6 by Julien Phalip, 13 years ago

UI/UX: set

comment:7 by Will Hardy, 13 years ago

Easy pickings: unset
Resolution: wontfix
Status: newclosed

IE6 is no longer supported in the admin, I checked in IE7 and this does not seem to be a problem anymore.

Note: See TracTickets for help on using tickets.
Back to Top