Closed
Bug 1337644
Opened 9 years ago
Closed 9 years ago
Position fixed is behaving like position absolute in the latest version of Firefox
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: adam.ziman, Unassigned, NeedInfo)
Details
(Keywords: testcase-wanted)
Attachments
(1 file)
|
368.62 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
Steps to reproduce:
I have a nav item setup to be a fixed position at the top of the browser so that when the user scrolls down the page it stays with them. This is working on all other browsers except for the latest version of firefox (works on older versions).
Actual results:
The nav behaves like it has been set to position: absolute
Expected results:
It should stay in a fixed position
Could you provide a simple testcase.
Flags: needinfo?(adam.ziman)
Keywords: testcase-wanted
| Reporter | ||
Comment 2•9 years ago
|
||
I can't provide a full example because the site is still in production however here is a screen shot.
| Reporter | ||
Comment 3•9 years ago
|
||
You can see that the nav container has position fixed however it is behaving like position absolute
We don't need the full website, just a reduced testcase on https://jsfiddle.net/ or http://codepen.io/
| Reporter | ||
Comment 5•9 years ago
|
||
I have actually figured out what the issue was. It looks like when you have -webkit-perspective: 0; in the latest version it breaks the position fixed attribute.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Comment 6•8 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•