Unwanted element disappearance on hover
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: gabor, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
1.69 MB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
- Go to this page:
https://smartslider3.com/split-slider/ - Put your cursor into the white part, at the Luxury Cabin part.
- Scroll down (to trigger slide switching).
- Move your cursor to the top menu "Projects" menupoint.
(I'm attaching a gif recording about it.)
Actual results:
Elements are disappearing because of this CSS code being on the parent:
.n2-ss-slider .n2-ss-static-slide {
visibility: hidden;
}
Expected results:
Elements shouldn't disappear, because even if the parent has visibility: hidden; the lower child elements have visibility: visible;
Also there are no hover based triggers.
Comment 1•5 years ago
|
||
Hi,
I was able to reproduce this issue on Windows 10 with Firefox version 74.0a1 (2020-01-24) (64-bit) - Beta 73.0b8 (64-bit) - Release 72.0.2 (64-bit). Marking those flags as affected.
Also I set the component to Core - CSS Parsing and Comp.
Comment 2•5 years ago
|
||
This is a painting issue, not a style engine issue. It seems like there's some z-sorting / invalidation issue... Miko is this something you can take a look?
It'd be good to know whether this is a regression. I can repro this with WebRender too.
![]() |
||
Comment 3•5 years ago
|
||
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=365ff23dd4c93ef26743e3fa339b5fac3bf15b66&tochange=2bf6bddf9a8a5c52222273ee787bfca7e6c97394
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
I think the root cause is the same as with bug 1585626.
Updated•5 years ago
|
Description
•