Closed Bug 397705 Opened 17 years ago Closed 12 years ago

Bugzilla developer's guide doesn't display properly in IE6

Categories

(Bugzilla :: bugzilla.org, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: kbenton, Assigned: LpSolit)

References

()

Details

Attachments

(1 file)

When I look at the Bugzilla developer's guide in IE6, it presents a large amount of whitespace above "Developer's Guide".  This does not happen, however, in Firefox.  From looking at the page source, it looks like one of the <div> tags may  not have been closed correctly.
Assignee: nobody → website
Component: Other → bugzilla.org
Product: Websites → Bugzilla
QA Contact: other → default-qa
Okay. If you find out the problem, feel free to point it out to me or submit a patch.
Severity: normal → minor
OS: Windows XP → All
Hardware: PC → All
The culprit is line 360 in http://www.mozilla.org/css/base/content.css:

	code {
		white-space: nowrap;
	}

'nowrap' seems to prevent the text to be besides the left menu, and makes the text to start below the left menu instead. Removing this line fixes the problem on IE6. As we have no control on this file (its header says fantasai is the maintainer), we can override it by adding:

code {white-space: normal;}

in http://www.bugzilla.org/css/bugzilla.css, which we can control.


Just for fun, and unrelated to this bug, did you already look at the bottom of bugzilla.css? If not, you should; it's scary. :)
I can remove that line from content.css if that's wanted.
(In reply to comment #3)
> I can remove that line from content.css if that's wanted.

  I'm not sure what else that would affect, so it's probably safer to just fix bugzilla.css.

  By the way, nice work on that, LpSolit! :-)

  And I wrote that stuff at the bottom of bugzilla.css. :-) Yes, it's quite scary. :-) A good reason to fix bug 75375. :-)
ok, but if you notice the same problem anywhere else on www.mozilla.org let me know
Attached patch patch, v1Splinter Review
Assignee: website → LpSolit
Status: NEW → ASSIGNED
Attachment #650545 - Flags: review?(glob)
Attachment #650545 - Flags: review?(glob) → review?(dkl)
Comment on attachment 650545 [details] [diff] [review]
patch, v1

Review of attachment 650545 [details] [diff] [review]:
-----------------------------------------------------------------

Looks good. r=dkl
Attachment #650545 - Flags: review?(dkl) → review+
Checking in bugzilla-org/src/css/bugzilla.css;
/www/bugzilla-org/src/css/bugzilla.css,v  <--  bugzilla.css
new revision: 1.15; previous revision: 1.14
done
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: