Closed (duplicate)
Project:
Seven
Version:
6.x-1.0-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2009 at 11:59 UTC
Updated:
17 Dec 2009 at 12:59 UTC
When viewing in IE, the collapsible fieldset titles overlap onto the input fields which obfuscates them. Attached is a screenshot. Will try and post a patch today if I get a chance but I thought I would report.
| Comment | File | Size | Author |
|---|---|---|---|
| sshot.jpg | 35.61 KB | Dublin Drupaller |
Comments
Comment #1
Dublin Drupaller commentedQuick fix:
Add this to your page.tpl.php (inside the HEAD tags)
<!--[if IE]><style type="text/css" media="screen"> fieldset legend a, fieldset legend span { top: 0; left: 0; } </style><![endif]-->it's a conditional style for IE only.
will try and find time later to create a proper patch.
Comment #2
mcrittenden commentedThanks, yeah that's pretty gross looking. Are you seeing it in all IE versions? Your quick fix seems to say that you are, but just wanted to check.
Comment #3
Dublin Drupaller commentedyou're welcome. I just noticed it in IE8. I haven't tested it with other versions.
Comment #4
mcrittenden commentedOk, thanks again. Will work on this ASAP.
Comment #5
mrfelton commentedFYI I fixed this problem in http://drupal.org/node/654704#comment-2361520 which incorporates all the latest changes from the D7 branch of the theme, and some pending patches.
Comment #6
mcrittenden commented#654704: More accurate backport - cater for system styles properly