| Summary: | Documentation unreadable. | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Alan Larson <larson> |
| Component: | Books & Articles | Assignee: | 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
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
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 -- 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 --- .\._/_) 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-- > 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 --- .\._/_) State Changed From-To: open->feedback Waiting on feedback from NS 4.79 user. 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
State Changed From-To: feedback->open Back to us to decide what to do with this now (see my followup). 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. |