altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

When connected via Devtools hover does not work

Open Letsion opened this issue 4 years ago • 2 comments

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.

Letsion avatar Aug 09 '21 02:08 Letsion

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

deluvas1911 avatar Aug 09 '21 06:08 deluvas1911

The main problem is the following: if the cef debugging is oppened -> events are registred as touchEvents without cef debuggin -> mouseEvents

KyuubiDDragon avatar Jul 22 '22 13:07 KyuubiDDragon

Reproduced on 14.0-rc3

deluvas1911 avatar Mar 20 '23 20:03 deluvas1911

I found a Issue from Chromium related to this Issue https://bugs.chromium.org/p/chromium/issues/detail?id=1324953

Letsion avatar Mar 30 '23 21:03 Letsion