Bug 50124

Summary: [Qt] QWebView - eventFilter doesn't work for Enter, but works for Return
Product: WebKit Reporter: bobaskonto
Component: WebKit QtAssignee: 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
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.