Closed Bug 158541 Opened 22 years ago Closed 22 years ago

XML: no display when the document doesn't fit in the window

Categories

(Core :: XML, defect)

PowerPC
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 156985

People

(Reporter: vincent-moz, Assigned: hjtoi-bugzilla)

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1b) Gecko/20020717
BuildID:    2002071623

When opening an XML document that doesn't fit in Mozilla's window, nothing is
displayed (if the window is large enough, no problem).

Reproducible: Always
Steps to Reproduce:
1. Open any document.
2. Resize Mozilla's window so that it is small enough (the XML document below
mustn't fit in the window).
3. Open the XML document below.

Actual Results:  Nothing happens: the previous document is still displayed.

Expected Results:  The document should have been displayed, with a scroll bar.

XML document:

<?xml version="1.0" standalone="yes"?>

<!DOCTYPE test [
  <!ENTITY label "a | b">
  <!ENTITY Inline "#PCDATA">
  <!ELEMENT test (c)*>
  <!ELEMENT c (label)+>
  <!ELEMENT a (Inline)>
  <!ELEMENT b (Inline)>
]>

<test>
<c><a>aaaaaaaaaaaaaaaaaaaaa1</a><b>bbbbbbbbbbbbbbbbbbbbbb1</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa2</a><b>bbbbbbbbbbbbbbbbbbbbbb2</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa3</a><b>bbbbbbbbbbbbbbbbbbbbbb3</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa1</a><b>bbbbbbbbbbbbbbbbbbbbbb1</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa2</a><b>bbbbbbbbbbbbbbbbbbbbbb2</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa3</a><b>bbbbbbbbbbbbbbbbbbbbbb3</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa1</a><b>bbbbbbbbbbbbbbbbbbbbbb1</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa2</a><b>bbbbbbbbbbbbbbbbbbbbbb2</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa3</a><b>bbbbbbbbbbbbbbbbbbbbbb3</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa1</a><b>bbbbbbbbbbbbbbbbbbbbbb1</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa2</a><b>bbbbbbbbbbbbbbbbbbbbbb2</b></c>
<c><a>aaaaaaaaaaaaaaaaaaaaa3</a><b>bbbbbbbbbbbbbbbbbbbbbb3</b></c>
</test>
This is fixed as of the evening of the 17th.

*** This bug has been marked as a duplicate of 156985 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
QA Contact: petersen → rakeshmishra
You need to log in before you can comment on or make changes to this bug.