Hover state CSS cursor glitch
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: gosimek, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
225 bytes,
text/html
|
Details |
Updated•13 years ago
|
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Comment 5•9 years ago
|
||
Comment 7•8 years ago
|
||
Comment 8•5 years ago
|
||
The code at https://searchfox.org/mozilla-central/rev/2fd8ffcf087bc59a8e5c962965bbb7bf230bcd28/dom/events/EventStateManager.cpp#677,685 still seems to have this issue of updating the cursor before updating hover state...
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Recently found similar issue also.
It's a Japanese video on-demand site called TVer.jp. They used cursor: none !important
on the video container conatiner_hideCusor
CSS class to hide the cursor when it's fullscreen. When cursor moves, it will reappear and when cursor stops for a while, the CSS class will be added and supposedly hides the cursor.
However, when I moved and waited, it didn't disappear. Similar to the reporter of this issue, Safari and Chrome on Mac worked just fine. Only Firefox on Mac didn't work. Didn't try Windows. Unlike the reporter, it's not glitch but never hid the cursor again.
User agent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0"
Description
•