Closed
Bug 209306
Opened 22 years ago
Closed 22 years ago
The Background from an absolutly positioned div in an absulty positioned div gets cropped
Categories
(Core :: Web Painting, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 170927
People
(Reporter: traumwandler, Assigned: roc)
References
()
Details
(Keywords: testcase)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3; MultiZilla v1.3.1 (a)) Gecko/20030312
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.3; MultiZilla v1.3.1 (a)) Gecko/20030312
The Background from a <div>(1) which is absolutly positioned in an absolutly
<div>(2) gets cropped where <div>(2)'s contents end.
Reproducible: Always
Steps to Reproduce:
1. Create a Div with position absolute
2. Insert a small Text
3. Insert a Div with position absolute (maybe top:10px, left:10px)
4. set Style background to something (to see the problem)
5. Insert in the second text a larger Text than in the first (to see it)
Actual Results:
It crops the Background of the second div where the content of the first div ends
Expected Results:
Draw the Background completly till the end of the Text in the second div
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 170927 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 2•20 years ago
|
||
This was fixed by bug 201897.
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•