Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 66276

Summary: faq screen width does not adjust with browser (faq page only)
Product: [OLD] Docs-user Reporter: Acorn Pooley <acorn>
Component: Gentoo Linux FAQAssignee: Docs Team <docs-team>
Status: RESOLVED WORKSFORME    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.gentoo.org/doc/en/faq.xml
Whiteboard:
Package list:
Runtime testing required: ---

Description Acorn Pooley 2004-10-03 20:43:41 UTC
The above URL does not resize when I resize my browser window.  The result is a very wide page which requires horizontal scrollbar to read.  Other pages in the gantoo docs do not seem to have this problem.

Reproducible: Always
Steps to Reproduce:
1.open http://www.gentoo.org/doc/en/faq.xml in a web browser
2.make the window narrow and/or increase size of text 
3.notice text wrapping does not change; text breaks occur at same point 

Actual Results:  
text does not word-wrap more tightly when window is narrow

Expected Results:  
text should wrap more tightly so entire text can be seen without horizontal
scrolling

I am using galeon 1.2.7 which is based on mozilla.
I see same behavior on mozilla 1.2.1.
Comment 1 SpanKY gentoo-dev 2004-10-03 21:26:13 UTC
works just fine for me in firefox / konq

you're using pretty old versions of both galeon/mozilla ... sounds like a browser bug
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2004-10-05 02:22:09 UTC
Not really a browser bug; there is one FAQ that requires a lengthy Code Listing (3.5 in http://www.gentoo.org/doc/en/faq.xml#proxy). Because Code Listings are formatted using the <pre> tag (i.e. no line wrapping) smaller browsers or low resolution screens might force the browser to scroll horizontally.

We try to keep our installation instructions around 80 chars wide, but for other documentation we are not that strict. I'd rather not line-wrap the FETCHCOMMAND/RESUMECOMMAND variables in that FAQ - I hope that the horizontal scrolling is only a minor inconvenience.

Perhaps using http://www.gentoo.org/doc/en/faq.xml?style=printable#proxy might resolve the issue a bit for you, although resizing the browser will eventually always lead to horizontal scrolling. That's not something we can do much about.