Closed
Bug 260172
Opened 20 years ago
Closed 19 years ago
wrong DIV width when {fixed} > TABLE{absolute} > DIV
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: BijuMailList, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
I find incorrect width for block elements like DIV, HR
when there inside a TABLE with style="position:absolute"
which in turn inside another container with
style="position:fixed" or style="position:absolute"
Reproducible: Always
Steps to Reproduce:
See demo attached *.html
and *.png to see IE comparison
Actual Results:
See attached *.png (IE comparison) Red tick
Expected Results:
See attached *.png (IE comparison) Green ticks
work around by changing {fixed} > TABLE{absolute} > DIV
as {fixed} > DIV{absolute}> TABLE{fixed} > DIV
(In reply to comment #5)
> Probably a dup of bug 178739
Yes this is similar to bug 178739
Expect the outer DIV has position fixed
Assignee | ||
Updated•20 years ago
|
Assignee | ||
Comment 7•20 years ago
|
||
-> FIXED (by bug 201897)
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•19 years ago
|
||
Biju, why did you reopen this bug?
retested now found now issue.
so closing to the bug
Status: REOPENED → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•