cog icon indicating copy to clipboard operation
cog copied to clipboard

onclick events don't work when using the mouse

Open gebausim opened this issue 7 months ago • 2 comments

https://bugs.webkit.org/show_bug.cgi?id=290758

As in the WebKit issue, the commit that added support for auxevents broke cogs wayland backend. Now when using the mouse auxevents are fired for every mouse button.

gebausim avatar May 26 '25 08:05 gebausim

#760 fixes the left and middle mouse buttons but when right clicking all buttons stop working (like in #704)

gebausim avatar May 29 '25 12:05 gebausim

It seems like mouse events don't work on DRM backend either

grybouilli avatar Jun 19 '25 12:06 grybouilli

The right click issue can be fixed by compiling WPEWebKit with ENABLE_CONTEXT_MENUS set to OFF.

gebausim avatar Aug 05 '25 12:08 gebausim