Closed
Bug 26584
Opened 25 years ago
Closed 25 years ago
position: fixed DIV displays copy of HTML document and junk instead of DIV content
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
People
(Reporter: myk, Assigned: pierre)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Overview Description:
When I place '<DIV STYLE="position: fixed;">blah</DIV>' in an HTML document,
"blah" does not display in the DIV. Instead, a copy of the HTML document
appears, along with some junk that usually includes a large black area and some
messy reproduction of the mozilla toolbar. If I switch to another desktop and
switch back I get even more of a mess in that DIV: the entire mozilla toolbar
plus the pull-down menus above it (but excluding the top level of pull down
menus).
Actual results:
Copy of HTML document and junk appears within fixed position DIV.
Expected Results:
Content within DIV tag appears within fixed position DIV.
Build Date & Platform Bug Found:
Linux 2000-02-03-08
Additional Builds and Platforms Tested On:
none
Additional Information:
<DIV STYLE="position: absolute;">blah</DIV> works fine.
<DIV STYLE="position: fixed; left: 100px; top: 100px; width: 200px; height:
200px;">blah</DIV> also doesn't work.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 5•25 years ago
|
||
Taking over 1/3 of Pierre's NEW bugs to help reduce his doomage factor
Assignee: pierre → attinasi
Assignee | ||
Comment 6•25 years ago
|
||
Reassigned back to me these bugs that shouldn't have left my list.
Assignee: attinasi → pierre
Comment 7•25 years ago
|
||
This is a dup of bug 4209: note that putting a background-color in the style for
the DIV fixes it.
*** This bug has been marked as a duplicate of 4209 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•25 years ago
|
||
Confirming this is a duplicate. The test cases are essentially the same.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•