Closed
Bug 94715
Opened 23 years ago
Closed 23 years ago
xhtml absolute positioning problem - page blank
Categories
(Core :: XML, defect, P2)
Tracking
()
RESOLVED
INVALID
mozilla1.2alpha
People
(Reporter: wgrinfeld, Assigned: hjtoi-bugzilla)
Details
(Keywords: regression, xhtml)
Attachments
(4 files)
In case XHTML is sent with mime type text/xml, the absolute positioning fails
Reporter | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Could you please attach a testcase that is functional as is. I don't know what
jsp is and I can do nothing with the current attachment.
Reporter | ||
Comment 3•23 years ago
|
||
Assignee | ||
Comment 4•23 years ago
|
||
Assignee | ||
Comment 5•23 years ago
|
||
Confirming, this is XHTML-only problem which does not appear in HTML.
Assignee | ||
Updated•23 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.9
Assignee | ||
Comment 6•23 years ago
|
||
Uh, this has regressed even further, I get a blank page now :(
Assignee | ||
Comment 7•23 years ago
|
||
Chris, could you please find out when the regression happened (in NS 6.2.1
test1.xml loads but does not display correctly, in latest Mozilla the page is
blank).
Severity: normal → major
Keywords: qawanted,
regression
Priority: P3 → P2
Summary: xhtml absolute positioning problem → xhtml absolute positioning problem - page blank
Target Milestone: mozilla0.9.9 → mozilla1.0
Comment 8•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Assignee | ||
Comment 9•23 years ago
|
||
Now the page seems to be back to the original bug, we do get a visible page but
it is laid out wrong.
Keywords: qawanted
Comment 10•23 years ago
|
||
Heikki,
I noticed the DIV tags in both the second and third test case have no specified
measurement for the style attribute
<div style="position:absolute; left: 5; top: 5; z-index:5; width:200; height:200">
However, adding px to each value will layout the page correctly, like the html
example.
Comment 11•23 years ago
|
||
Assignee | ||
Comment 12•23 years ago
|
||
Heh, this became simple :)
XHTML means strict layout. In strict layout we require correct CSS. CSS requires
units (like px etc.), but the original testcase is missing them. Therefore this
bug is INVALID.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•22 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•