Bug 25964
| Summary: | wxWebView eats EVT_KEY_DOWN events | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kevin Watters <kevinwatters> |
| Component: | WebKit wx | Assignee: | Kevin Ollivier <kevino> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | kevino |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Kevin Watters
wxWebView::OnKeyEvent does not call wxEvent::Skip(true) for WXK_F1 through WXK_F24, for WXK_ESCAPE, and for other various non-printable keys.
This means that external handlers can not catch key events originating from the WebView.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Mass closing remaining WebKit wx bugs, as this port is long gone.