[Webkit-unassigned] [Bug 272354] [WPE] Right mouse button click stops further mouse button processing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 20:40:56 PDT 2024


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

contact at christianduerr.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #471799|0                           |1
        is obsolete|                            |

--- Comment #4 from contact at christianduerr.com ---
Created attachment 473010

  --> https://bugs.webkit.org/attachment.cgi?id=473010&action=review

Add WPE context menu support

This replaces the existing context menu stub implementation with a
minimal version which emits the WebView's context menu signal.

This also resolves a bug where all mouse input would break after
right-clicking, since the stub implementation was waiting for the
context menu to be opened before processing new mouse events.

The `context-menu-dismissed` signal is removed from the WPE backend in a
breaking change, since dismissal is handled by the consumer of the API.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241022/691d3846/attachment.htm>


More information about the webkit-unassigned mailing list