Closed (won't fix)
Project:
Quiz
Version:
6.x-4.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 17:59 UTC
Updated:
24 Aug 2011 at 08:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
sivaji_ganesh_jojodae commentedSorry Iglesias, I see this as a bug in IE6 perhaps quiz couldn't do anything about it. IE6 is almost abandoned by many web projects these days including Google. Drupal core would do the same in future see #308865: Drop IE6 support in Drupal core. Unless falcon finds a fix I suggest to mark this issue as won't fix.
Comment #2
vegardjo commentedI've just looked at this a second but you *might* be able to solve this by using:
..instead.
If Fernando or someone could check it in IE6 and also see that it has no side effects in other browsers it would be an easy fix. However, not supporting IE6 at all anymore would be perfectly fine with me!
Comment #3
falcon commentedI don't want to waste a second on IE6. Sorry. (If sivaji want to test the patch from vegardjo it is fine with me off-course.)
Comment #4
fernando iglesias commentedThanks for the replies, everyone. #2 breaks the styling on the question browser since there doesn't seem to be an edit-browser id on the parent fieldset (at least not in 6.x-4.1) so the rules aren't actually applied. I'll keep playing around with it, if I figure out something that works I'll upload a patch.
Comment #5
fernando iglesias commentedHere's a patch, seems to work for me. I went with the suggestion in #2 and added the id to that parent fieldset and then adjusted the style so it continues to work in current browsers but also works in IE6.
Comment #6
sivaji_ganesh_jojodae commentedFernando, thanks for your patch but sorry I'm not in favor of supporting an abandoned version of IE. I will update the project page to reflect this with a link to this issue to credit your contribution.