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: | WebKitGTK | Assignee: | 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 | ||
Michael Catanzaro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/5874
Michael Catanzaro
(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.