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)
www.mozilla.org
General
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.
Comment 1•16 years ago
|
||
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
Comment 2•16 years ago
|
||
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.
| Reporter | ||
Comment 3•16 years ago
|
||
Near line 45 in screen.css, remove one line:
overflow-x:hidden;
Comment 4•16 years ago
|
||
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.
| Reporter | ||
Comment 5•16 years ago
|
||
I regret reporting this problem. If it is possible to erase the report that would be great. Sorry to bother you and Happy Holidays!
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•13 years ago
|
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.
Description
•