Closed
Bug 6187
Opened 26 years ago
Closed
PRE element: spaces are not honored
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: rickg)
Details
build: 1999051008
platform: win95
other platforms tested: none
expected results: lines with lead in spacing should be displayed as indented
lines
what happened: all lines were displayed flushed left
to reproduce:
copy the following into a file and display within apprunner
<PRE>
Humpty Dumpty sat on a wall.<BR>
Humpty Dumpty had a great fall.<BR>
All the King's horses and all the King's men<BR>
Couldn't put Humpty together again.<BR>
<BR>
They called a doctor from the town.<BR>
To come and fix poor Humpty's crown.<BR>
He put a stitch in Humpty's leg.<BR>
And bandaged up poor Humpty's egg.<BR>
<BR>
He used some tape and then some glue,<BR>
And Humpty's now as good as new.
</PRE>
Updated•26 years ago
|
Assignee: kmcclusk → rickg
Component: Compositor → Parser
Comment 1•26 years ago
|
||
Rick, possible parser problem, I'm marking the component as parser and
re-assigning to you.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Fixed in the June 02 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•