WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
311918
[WPE][Qt6] WPEQtView never triggers focus event chain on touch devices
https://bugs.webkit.org/show_bug.cgi?id=311918
Summary
[WPE][Qt6] WPEQtView never triggers focus event chain on touch devices
aiswarya.kandoth
Reported
2026-04-10 02:20:04 PDT
The WPEQtView::touchEvent() never calls forceActiveFocus(). Hence, tapping the web content does not activate the view in Qt's focus system, so the focus event chain is never triggered. Note that touch and mouse press are equivalent interactions in a focus perspective. However, only the WPEQtView::mousePresseEvent() requests Qt focus by calling forceActiveFocus().
Attachments
Add attachment
proposed patch, testcase, etc.
aiswarya.kandoth
Comment 1
2026-04-10 02:36:01 PDT
Proposed fix:
https://github.com/WebKit/WebKit/pull/62432
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug