Bug 48472

Summary: Documentation unreadable.
Product: Documentation Reporter: Alan Larson <larson>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alan Larson 2003-02-19 22:40:11 UTC
	The web page:
	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
	prints illustrations on top of text.

Fix: 

Teach html authors how to write, and how to write in multi-browser
	compatable manner.
How-To-Repeat: 
	Try looking at it again.
Comment 1 setantae 2003-02-19 23:00:45 UTC
On Wed, Feb 19, 2003 at 02:36:25PM -0800, Alan Larson wrote:
> >Environment:
> 
> 	Netscape 4.79, running on FreeBSD 4.3, viewing 4.7 install instructions.
> 
> >Description:
> 
> 	The web page:
> 	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
> 	prints illustrations on top of text.

Can you post some screenshots on a web-server somewhere ?
I can't reproduce this with Netscape 4.78.

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
                                           -- www.chatterboxchallenge.com
Comment 2 setantae 2003-02-20 10:47:47 UTC
On Wed, Feb 19, 2003 at 03:10:06PM -0800, Ceri Davies wrote:
>  
>  Can you post some screenshots on a web-server somewhere ?
>  I can't reproduce this with Netscape 4.78.

Alan has kindly provided screenshots, which are available at
http://people.freebsd.org/~ceri/pr/48472/

Ceri
--
Comment 3 nik freebsd_committer freebsd_triage 2003-02-20 22:28:42 UTC
On Wed, Feb 19, 2003 at 02:36:25PM -0800, Alan Larson wrote:
> 	The web page:
> 	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.html
> 	prints illustrations on top of text.


Can you try this again in Netscape, but with Netscape configured to
ignore the cascading stylesheet, and see if the problem persists.

Ta.

N
-- 
FreeBSD: The Power to Serve      http://www.freebsd.org/               (__)
FreeBSD Documentation Project    http://www.freebsd.org/docproj/    \\\'',)
                                                                      \/  \ ^
   --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---         .\._/_)
Comment 4 Alan Larson 2003-02-20 23:21:19 UTC
  Turning of style sheets seems to make it display, so that apparently
is what is wrong.


	Alan




> On Wed, Feb 19, 2003 at 02:36:25PM -0800, Alan Larson wrote:
> > 	The web page:
> > 	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-steps.=
> html
> > 	prints illustrations on top of text.
>
> Can you try this again in Netscape, but with Netscape configured to
> ignore the cascading stylesheet, and see if the problem persists.
>
> Ta.
>
> N
> --=20
> FreeBSD: The Power to Serve      http://www.freebsd.org/               (__)
> FreeBSD Documentation Project    http://www.freebsd.org/docproj/    \\\'',)
>                                                                       \/  \=
>  ^
>    --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---         .\._/=
> _)
>
> --B3NBd8mrXZtPJEYR
> Content-Type: application/pgp-signature
> Content-Disposition: inline
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (FreeBSD)
>
> iD8DBQE+VVaak6gHZCw343URAor0AJsGmCxh6sepfIQ627hltt1fUcbyPQCfWGPQ
> qC/xHgGzmvPtcNiMeB87Ku0=
> =MdaY
> -----END PGP SIGNATURE-----
>
> --B3NBd8mrXZtPJEYR--
>
Comment 5 nik freebsd_committer freebsd_triage 2003-02-21 21:03:34 UTC
On Thu, Feb 20, 2003 at 03:21:19PM -0800, Alan Larson wrote:
>   Turning of style sheets seems to make it display, so that apparently
> is what is wrong.


OK.  As far as I know, there's nothing wrong with the stylesheets from
a standards point of view, so this is probably a bug with Netscape's 
handling of stylesheets.

Would you be able to spend some time commenting out sections of the
stylesheets to see if you can narrow down whatever it is that's causing
the problem for you?

N
-- 
FreeBSD: The Power to Serve      http://www.freebsd.org/               (__)
FreeBSD Documentation Project    http://www.freebsd.org/docproj/    \\\'',)
                                                                      \/  \ ^
   --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---         .\._/_)
Comment 6 dannyboy freebsd_committer freebsd_triage 2003-06-15 17:08:37 UTC
State Changed
From-To: open->feedback

Waiting on feedback from NS 4.79 user.
Comment 7 Ceri Davies freebsd_committer freebsd_triage 2003-11-07 22:41:31 UTC
The part of the stylesheet at fault is:

	BODY P {
        margin: .6em 0;
        line-height: 1.2;
	}

Removing either one of margin: or line-height fixes the problem.
Commenting the entry out entirely doesn't seem to lose us anything, so
that may be the way to go.

Ceri
Comment 8 Ceri Davies freebsd_committer freebsd_triage 2003-11-07 22:43:14 UTC
State Changed
From-To: feedback->open

Back to us to decide what to do with this now (see my followup).
Comment 9 Ceri Davies freebsd_committer freebsd_triage 2004-03-22 19:17:59 UTC
State Changed
From-To: open->closed

I committed a workaround to the stylesheet which should resolve this. 
This change will be on the website within 24 hours.