altv-issues
altv-issues copied to clipboard
When connected via Devtools hover does not work
Client/server version 6.0-dev6 (dev)
Current behavior Under Hover, the setting does not change, such as background-color. When you disconnect everything works again
Steps to reproduce Use a button etc. and change the colour by hovering you will see that nothing happens.
confirmed, but also reproducable on other applications using CEF, so I'm not sure if it's fixable.
Workaround: Go to the elements tab, rightclick the element where you want to see the hover and select Force state -> :hover
The main problem is the following: if the cef debugging is oppened -> events are registred as touchEvents without cef debuggin -> mouseEvents
Reproduced on 14.0-rc3
I found a Issue from Chromium related to this Issue https://bugs.chromium.org/p/chromium/issues/detail?id=1324953