Closed Bug 532337 Opened 16 years ago Closed 15 years ago

Some pages are partly unreadable due to width restrictions

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 516259

People

(Reporter: johnjbarton, Unassigned)

Details

For the second time today I've run into a mozilla.org page I cannot read in Firefox 3.5: http://www.mozilla.org/unix/customizing.html#keys The problem is that #localnav takes up 265 px and the layout of main-content does not account for this extra space properly *and* the horizontal scroll bars have been disabled by the body rule's overflow-x: hidden. So we cannot read any content in the right hand 265px. I guess this is bug in the style sheet for the whole site.
Please don't file bugs with useless summaries. If you're going to file a bug, give it an actual actionable summary.
OS: Windows XP → All
Hardware: x86 → All
Summary: Your Web pages do not work in Firefox → Some pages are partly unreadable due to width restrictions
This is a known issue and patches are certainly welcome. You can scroll the page -- there's just no scrollbar to show that you can do it.
Near line 45 in screen.css, remove one line: overflow-x:hidden;
Will removing that just turn on the scrollbar? The real fix is to not have the page require horizontal scrolling when there's not anything off the page. Some of the old documentation on the site has a lot of stuff in pre tags that does go off the screen, but other pages still scroll and I don't want a scrollbar when there's nothing to see off screen.
I regret reporting this problem. If it is possible to erase the report that would be great. Sorry to bother you and Happy Holidays!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.