x-on mouseover.away event doesn't works on Chrome/Chromium #2225
Unanswered
LuanHimmlisch
asked this question in
5. Bugs
Replies: 1 comment
-
Does the event triggers at all when you move on an empty space. Alpine just set a standard event listener on window when you use the away modifier. Maybe use mouseenter and mouseleave instead (so you don't need debounce) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following code is for a navbar dropdown. It works perfectly on Mozilla Firefox but on Chromium and Chrome the
x-on:mouseover.debounce.50.away="dropdown = false"
doesn't triggers and the dropdown stays open.Check the comparison here
Not even a
alert('test')
works.Beta Was this translation helpful? Give feedback.
All reactions