Tap Firefox window control button will lock finger dragging and resizing until cursor or stylus is used
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: wwang200112, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
tap maximize button with a finger, then try to drag or resize any Firefox window with a finger
Actual results:
It is locked
Expected results:
Touch interaction works like other app, for instance, chrome.
Comment 1•16 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Fenix::General' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
![]() |
||
Updated•16 days ago
|
Comment 2•12 days ago
|
||
Which operating system are you using? Is this Windows or Android or something else?
It's windows.
I believe it's the same cause of this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1943237
Maybe the touch tap is treated as mouse click in both case, but unlike click tap won't register a release. So sometime double click fails to work, sometimes tap lock the focus, because it is never released?
Updated•9 days ago
|
Description
•