Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26592 - Missing "&&" in line as well as font issue on IE 6.0
Summary: Missing "&&" in line as well as font issue on IE 6.0
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Zack Gilburd (RETIRED)
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 23:22 UTC by jason wohlgemuth
Modified: 2003-08-22 17:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix the problem (gentoo-x86-install.patch,935 bytes, patch)
2003-08-14 11:53 UTC, Zack Gilburd (RETIRED)
Details | Diff
patch fixing the said problem (gentoo-x86-install.patch,937 bytes, patch)
2003-08-15 08:25 UTC, Zack Gilburd (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jason wohlgemuth 2003-08-13 23:22:04 UTC
See this link for a complete explination with screenshot.
http://forums.gentoo.org/viewtopic.php?t=74981


Reproducible: Always
Steps to Reproduce:
1.http://www.gentoo.org/doc/en/gentoo-x86-install.xml
2.Scroll to the stage3 section
3.View

Actual Results:  
See http://forums.gentoo.org/viewtopic.php?t=74981

Expected Results:  
See http://forums.gentoo.org/viewtopic.php?t=74981

N/A documentation issue
Comment 1 jason wohlgemuth 2003-08-13 23:58:19 UTC
Origal site with the documentation problem:
http://www.gentoo.org/doc/en/gentoo-x86-install.xml
Comment 2 Zack Gilburd (RETIRED) gentoo-dev 2003-08-14 11:53:29 UTC
Created attachment 16109 [details, diff]
patch to fix the problem

This patch fixes the said problem.  Someone please review (although I've
already reviewed it, checked in IE, and made sure the XML is OK).

It has my Imperial Approval. ;)
Comment 3 Zack Gilburd (RETIRED) gentoo-dev 2003-08-14 11:54:54 UTC
Oh, however...About the font issues, that's a XSL sheet issue.  I'm actually thinking it's more of an issue about the font you have specified for monospace (so it's an IE configuration issue).

The patch only fixes the ampersands.
Comment 4 jason wohlgemuth 2003-08-14 12:11:26 UTC
Font settings have been reset. Strange rendering of * still appears. I tried viewing on another system (ie 6.0), still the same. I just think that at that size some things can't be accurately rendered.  The reason I caught it was at first to me it looked like a ' and I was wondering why there wasn't a close quote as well. I didn't realize until I cut and pasted it that it was a * instead.
Comment 5 Zack Gilburd (RETIRED) gentoo-dev 2003-08-14 12:17:21 UTC
Unfortunately, there is nothing I can do about it because it's IE's (and Microsoft's) fault. :\

Tell them to, among other things, fix their font rendering of the monospace asterix.
Comment 6 jason wohlgemuth 2003-08-14 20:48:13 UTC
Tried it in Mozilla, same issue , see pic:
http://home.attbi.com/~stonent/prob2.png
Comment 7 jason wohlgemuth 2003-08-14 20:50:51 UTC
http://home.attbi.com/~stonent/prob3.png
(Screenshot showing Mozilla)
Comment 8 jason wohlgemuth 2003-08-14 21:00:30 UTC
http://home.attbi.com/~stonent/prob4.png
Mozilla running within linux, same issue. It appears the font is a bit smaller.
Comment 9 Zack Gilburd (RETIRED) gentoo-dev 2003-08-14 21:31:29 UTC
The asterix in the Windows screenshots show what looks to be half of an asterix.  If you look in the Linux screenshot, you'll notice it's a full asterix -- just a little small and maybe scrunched up.  The problem, hence, lies in the Windows font's rendering of the asterix at that size.  The XSL sheet, from my understanding, merely specifies the font to be "monospace" - and that won't change.  Specifying anything else would be The Wrong Thing™ to do.
Comment 10 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-15 08:18:03 UTC
klasikahl: do *not* apply the patch. Running export on the CONFIG_PROTECT is the error, not the missing &&. If you run export, the configuration protection is for the rest of the shell session, which might not be what we want.

Fix this by removing the export plz.
Comment 11 Zack Gilburd (RETIRED) gentoo-dev 2003-08-15 08:25:50 UTC
Created attachment 16133 [details, diff]
patch fixing the said problem

This patch removes the export, version bumps, and date bumps.
Comment 12 Sven Vermeulen (RETIRED) gentoo-dev 2003-08-15 08:26:39 UTC
Looks sane to me. Reviewed and accepted.
Comment 13 Zack Gilburd (RETIRED) gentoo-dev 2003-08-22 17:42:06 UTC
The patch has been applied and the revision has been committed.