Bug 50124
Summary: | [Qt] QWebView - eventFilter doesn't work for Enter, but works for Return | ||
---|---|---|---|
Product: | WebKit | Reporter: | bobaskonto |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Trivial | CC: | benjamin |
Priority: | P5 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
bobaskonto
I use from my class function: QWebView::installEventFilter(this); and eventFilter isn't invoke when user hit Enter, but is invoked when user hit Return! Hint: This was observed when image link had focus. Please fix this as soon as posible.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Please follow this to report bugs on QtWebKit: http://trac.webkit.org/wiki/QtWebKitBugs
Event filtering is handled by the event delivery of Qt. This is very unlikely a QtWebKit bug.
Please attach a test case if you want to reopen this.