Closed
Bug 1273463
Opened 7 years ago
Closed 7 years ago
Hover on fixed position element triggers hover on non-positioned element behind it
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1271714
People
(Reporter: jkm, Unassigned)
Details
(Keywords: regression, testcase)
Attachments
(1 file)
9.97 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:47.0) Gecko/20100101 Firefox/47.0 Build ID: 20160512003946 Steps to reproduce: The attached example works as expected in Firefox 45, Chrome, IE, etc. It appears to be a a new issue introduced in Firefox 46. Also reproduced in 47 Beta 5. In the example, hover over the items in the red box, top to bottom. Notice that even though the items in the red box are painted as being above all other items, the hover state on a non-positioned element in the body is triggered instead. Actual results: Can't click or trigger hover state on items inside the red box. Expected results: Same behavior as Firefox 45.
Comment 1•7 years ago
|
||
Hello, I have the same probleme with Bootstrap's popover with position fixed.
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2ec54b38a33da939a8255612999d9e867eb11664&tochange=bb5becd378f40a9be14e4e635d7034f2835fc7b5
Blocks: 1147673
Status: UNCONFIRMED → NEW
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
tracking-firefox47:
--- → ?
tracking-firefox48:
--- → ?
tracking-firefox49:
--- → ?
Component: Untriaged → Layout
Ever confirmed: true
Flags: needinfo?(mstange)
Keywords: regression,
testcase
Product: Firefox → Core
Comment 3•7 years ago
|
||
I've confirmed that the patch in bug 1271714 fixes this.
No longer blocks: 1147673
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox46:
affected → ---
status-firefox47:
affected → ---
status-firefox48:
affected → ---
status-firefox49:
affected → ---
tracking-firefox47:
? → ---
tracking-firefox48:
? → ---
tracking-firefox49:
? → ---
Flags: needinfo?(mstange)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•