Bug 247141

Summary: [GTK] Ensure context menu is always emitted with a dummy GdkEvent when using GTK 3
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=247089

Description Michael Catanzaro 2022-10-27 11:12:48 PDT
Ensure context menu is always emitted with a dummy GdkEvent when using GTK 3. This will fix a crash when trying to open video settings, bug #247089, but only for GTK 3. Further improvements will be required in bug #247089 to fix this for GTK 4.
Comment 1 Michael Catanzaro 2022-10-27 13:39:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5874
Comment 2 Michael Catanzaro 2022-11-18 09:30:33 PST
(In reply to Michael Catanzaro from comment #1)
> Pull request: https://github.com/WebKit/WebKit/pull/5874

This PR will not land. Let's handle the video settings problem only in bug #247089.