Closed
Bug 98166
Opened 23 years ago
Closed 22 years ago
IFrames or Object w/ text/html with "position: fixed" vanishes after clicking it or scrollbar of containing page
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
RESOLVED
WORKSFORME
mozilla1.0.1
People
(Reporter: jens-erik_weber, Assigned: john)
References
()
Details
(Keywords: css2, testcase)
Attachments
(2 files, 1 obsolete file)
An object of type text/html with style="position: fixed" is rendered correctly
(finally, congratulations!!! :-) - see bug #678) on Windows 2000, not on Linux
(there you see only the border), but as soon as you click the scrollbar of the
containing document or into the object (link, scrollbar or anywhere else), it
vanishes; the border (coloured for testing purposes) remains.
With "positon: absolute" the problem does not occur.
It would be so useful for navigation to have a text/html object with position:
fixed, because you only have to maintain one navigation document for the whole
site and with position: fixed it can replace frames, that are not in the strict
DTDs, so please fix it!
Confirmed WinNT build:2001090403
Couldn't find a similar dupe.
Posted simplified test case - you need to download both html files and place
them in the same directory
Comment 4•23 years ago
|
||
Updated•23 years ago
|
Attachment #48157 -
Attachment is obsolete: true
The Object area isn't removed from the page if you click on it i.e. open two
browser windows, click on the object area, then switch to the other window and
back again - the object area should have reappeared.
Comment 6•23 years ago
|
||
Is there a separate bug for these objects failing to work under Linux?
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
Comment 8•23 years ago
|
||
Has already be confirmed - why still unconfirmed ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 9•23 years ago
|
||
mine...but could be a dup
Assignee: clayton → peterlubczynski
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Reporter | ||
Comment 10•23 years ago
|
||
In the latest nightly builds text/html objects with position: fixed don't show
up at all (only the borders), not even before a click. And iframes with
position: fixed show the same behaviour; they worked perfectly (at least) until
Mozilla 0.9.4 milestone release. Now e.g. in
<http://www2.student.uni-augsburg.de/~aegee/> the included navigation doesn't
work anymore. iframes and objects with position: absolute still work perfectly
(I've included a link in my test page).
Comment 11•23 years ago
|
||
Kevin, is this a dup of an IFRAME absolute-positioing issue?
Summary: Object text/html with "position: fixed" vanishes after clicking it or scrollbar of containing page → IFrames or Object w/ text/html with "position: fixed" vanishes after clicking it or scrollbar of containing page
Comment 12•23 years ago
|
||
page: http://pc00ep5.physik.uni-augsburg.de/test2.html
absolute shows content..
page: http://pc00ep5.physik.uni-augsburg.de/test.html
fixed does not..
2001-11-01-03 W2K.
Comment 13•23 years ago
|
||
-->HTMLFrames
Assignee: peterlubczynski → evaughan
Component: Layout → HTMLFrames
Keywords: testcase
QA Contact: moied → amar
Target Milestone: mozilla1.0 → ---
Updated•23 years ago
|
Target Milestone: --- → mozilla1.0.1
Comment 14•23 years ago
|
||
Bulk re-assigning all of Eric's HTMLFrame bugs to John.
Assignee: eric → jkeiser
Comment 15•23 years ago
|
||
The testcases work for me, with a current linux build. Is this still a problem?
Comment 16•22 years ago
|
||
apparently not. Feel free to reopen if this is still an issue.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 17•22 years ago
|
||
Is WORKSFORME the correct resolution? WORKSFORME is defined as a failure to
reproduce the bug, but in this case, the original bug was well-confirmed. It
seems like it was FIXED, although most likely as a side effect of another fix.
Unfortunately, it seems like VERIFY-ing this will require QA (or a volunteer) to
test old versions to find when this bug went away, and try to link it to the fix
responsible.
Comment 18•22 years ago
|
||
FIXED means you say what fixed it. Failing that knowledge, worksforme is
used... (because no one has the time to hunt down the side-effect that fixed this).
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•