You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I discovered an issue with gjs-hovered, the class that handles the mouse-hover outline for elements. Sometimes the blue outline will move relative to its parent during scrolling .
Check out this JsFiddle (and scroll with mouse-wheel): https://jsfiddle.net/vb7r1zns/
It seems to happen only when the HTML code starts with another full width/height DIV:
fq-selbach
changed the title
BUG:
BUG: the blue outline during mouse-hover (gjs-hovered) is not following its parent during scrolling
Nov 23, 2020
fq-selbach
changed the title
BUG: the blue outline during mouse-hover (gjs-hovered) is not following its parent during scrolling
BUG: the blue outline (gjs-hovered) is not following its parent during scrolling
Nov 23, 2020
Version: 16.27
Are you able to reproduce the bug from the demo?
[x ] Yes
[ ] No
Describe the bug:
I discovered an issue with
gjs-hovered
, the class that handles the mouse-hover outline for elements. Sometimes the blue outline will move relative to its parent during scrolling .Check out this JsFiddle (and scroll with mouse-wheel): https://jsfiddle.net/vb7r1zns/
It seems to happen only when the HTML code starts with another full width/height DIV:
What is the expected behavior?
The blue outline should always be exactly matching its parent element, no matter if there is an overflow or scrolling.
Are you able to attach screenshots, screencasts or a live demo?
[x ] Yes (attach)
[ ] No
https://jsfiddle.net/vb7r1zns/
The text was updated successfully, but these errors were encountered: