Closed
Bug 15649
Opened 25 years ago
Closed 25 years ago
view-source no longer preformatted!
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: rickg)
References
()
Details
DESCRIPTION: view-source is no longer preformatted! I was surprised not to
find an existing bug on this, so here's one.
STEPS TO REPRODUCE:
* Go to an HTML or XML page. Any. E.g., the one above.
* Do View|Source
ACTUAL RESULTS: It's not preformatted. There aren't any line breaks, except at
the edges of the window.
EXPECTED RESULTS: Looks like the source file. Has horizontal scrollbar if
needed.
DOES NOT WORK CORRECTLY ON:
* Linux, apprunner, 1999-10-05-11-M11
* Linux, apprunner, 1999-10-04-14-M11
* Linux, apprunner, 1999-10-03-08-M11
WORKS CORRECTLY ON:
* Linux, apprunner, 1999-09-26-09-M11
* Linux, apprunner, 1999-09-29-08-M11
This is actually inside a PRE, but the stylesheet has gotten munged. I'll
forward to the folks who last updated the stylesheet.
Comment 2•25 years ago
|
||
This looks like bug #15359, which does not happen anymore on Linux with build
19991006.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
When the parsing engine got modularized last week, tag lookup in viewsource got
disconnected. This simply reconnects it.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
Fixed in the Oct 20 th build (1999102008).
You need to log in
before you can comment on or make changes to this bug.
Description
•