Closed
Bug 233531
Opened 21 years ago
Closed 21 years ago
<PRE>formatted text not rendered monospace
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 159440
People
(Reporter: FelixWiemannBugs, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
Text within <pre>-tags is *not* rendered monospace under the following
circumstances:
1. The <pre>-tag has a style-attribute: style="font-family: monospace;"
2. Tools -> Options -> General -> Fonts & Colors -> "Always use my fonts" is
activated.
<http://www.ososo.de/misc/pre.html> demonstrates this.
Weird.
Reproducible: Always
Steps to Reproduce:
Comment 1•21 years ago
|
||
not firefox specific
Assignee: firefox → general
Component: General → Browser-General
Product: Firefox → Browser
QA Contact: general
Summary: <PRE>formatted text no rendered monospace → <PRE>formatted text not rendered monospace
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
Reproduced on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413
Debian/1.6-5.
The same also happens if none of the font families specified for <pre> is found,
regardless of whether "Always use my fonts" is selected.
Test case:
<style type="text/css">
PRE { font-family: NoSuchFont; }
</style>
<pre>
.................................
: :
: This should be a rectangle. :
:...............................:
</pre>
I see this too. Also, no scrollbar appears if the <pre> text goes off of the
right edge of the page. This forces the window to be maximised (which only helps
if the <pre> text is not bigger than the whole screen).
Comment 4•21 years ago
|
||
*** This bug has been marked as a duplicate of 159440 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•