RESOLVED INVALID 50124
[Qt] QWebView - eventFilter doesn't work for Enter, but works for Return
https://bugs.webkit.org/show_bug.cgi?id=50124
Summary [Qt] QWebView - eventFilter doesn't work for Enter, but works for Return
bobaskonto
Reported 2010-11-27 09:16:28 PST
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
Benjamin Poulain
Comment 1 2011-01-14 15:18:59 PST
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.
Note You need to log in before you can comment on or make changes to this bug.