Closed
Bug 278752
Opened 20 years ago
Closed 20 years ago
only the top centimeter (approx) of this page renders.
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fireweasel, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.5) Gecko/20041110 Firefox/1.0 This page is example 4.8.1 on http://www.xulplanet.com/tutorials/xultu/splitter.html The expected rendering is shown on the above page. In firefox the rendering is correct for the top centimeter or so of the page, but blank grey for the rest. The content resizes horizontally as designed, but only the area initially drawn gets redrawn. Reproducible: Always Steps to Reproduce: 1.visit http://www.xulplanet.com/tutorials/xultu/splitter.html 2.find example 4.8.1 3.click on "view" Actual Results: Page rendered partially (only thin strip at top) Expected Results: Rendered entire page. Only tried on a dual processor (300mhz each) machine. #disclaimer: Don't know XUL. Could meaning of page have changed ?
Comment 1•20 years ago
|
||
Also seen in: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050117 Firefox/1.0+
Updated•20 years ago
|
Component: Layout → XP Toolkit/Widgets: XUL
| Reporter | ||
Comment 2•20 years ago
|
||
Yes, it looks at though the meaning of the page has changed. The IFRAME has 'height="20"'. originally: "For XUL box elements, the attributes width, height, minwidth, minheight, maxwidth, and maxheight can all be used to specify sizes. Their possible values correspond to the allowed values of their corresponding CSS properties.". but now: "The height of the iframe in pixels. It is recommended to use the CSS height property instead". As "20" is not a valid css height, I suspect the example previously defaulted to 100px, but now is interpreted as 20px. Mostly not a bug, then.
| Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: layout → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•