Closed
Bug 223524
Opened 21 years ago
Closed 21 years ago
XML without stylesheet has weird layout errors
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 198506
People
(Reporter: cuesim_oliver, Unassigned)
References
()
Details
Attachments
(1 file)
220.73 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030612
Open an OpenOffice document (i.e. XML, probably any other XML too) with mozilla
(i.e. without stylesheets, just XML), and watch the layout go screwy.
Reproducible: Always
Steps to Reproduce:
Set windows to 129% font size.
Open an XML document with mozilla, where style information is not available for
the document.
Actual Results:
It will show "This XML file does not appear to have any style information
associated with it. The document tree is shown below." at the top of the screen.
The text starts to overlap other text.
e.g. "<sometag />", the "/>" overwrites the end of "sometag"
e.g. "<sometag value=x>", the "value" overwrites "sometag", and "=x" overwrites
"value"
Expected Results:
Text should not be on top of other text
Windows is set to 129% of normal font size
Reporter | ||
Comment 1•21 years ago
|
||
Top of document reads "This XML file does not appear to have any style
information
associated with it. The document tree is shown below."
Comment 2•21 years ago
|
||
Upgrade to 1.5, this is fixed in 1.5
*** This bug has been marked as a duplicate of 198506 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•