Closed
Bug 1542582
Opened 6 years ago
Closed 6 years ago
Element with transform and negative z-index doesn't respond to mouse
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1256980
Tracking | Status | |
---|---|---|
firefox68 | --- | affected |
People
(Reporter: xidorn, Unassigned)
Details
(Keywords: site-compat)
Attachments
(1 file)
296 bytes,
text/html
|
Details |
Steps to reproduce:
- open the testcase
- move mouse cursor to the red block
Expected result:
The block becomes green.
Actual result:
The block doesn't change.
It seems that transform
and z-index: -1
are the key for this testcase. Removing either of them would solve this bug.
This is a webcompat issue in https://bgm.tv/ that the red block on the right panel does not animate and is not clickable on Firefox, but it's not the case on Chrome.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•