Swiping vertically in search results can open the tabs tray
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
People
(Reporter: petru, Assigned: petru)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid][group3])
Attachments
(4 files)
Steps to reproduce
- ensure "Swipe toolbar vertically to see open tabs" is enabled in Settings -> Customize
- ensure the toolbar is shown at the bottom of the screen
- do a search
- tap on the search item to update the original search
- Swipe up in search results (not in the toolbar)
Expected behavior
The keyboard closes
Actual behavior
The tabs tray is opened
Updated•20 days ago
|
| Assignee | ||
Comment 1•20 days ago
|
||
The issue happened because the BrowserToolbarComposable's layout contains also the
Awesomebar so when searching the BrowserToolbarComposable's height is close to the
entire screen's height which would have ~any vertical swipe seen as swipes over the
toolbar that should open the tabs tray.
Comment 2•20 days ago
|
||
Set release status flags based on info from the regressing bug 2020810
Updated•20 days ago
|
Comment 4•20 days ago
|
||
| bugherder | ||
Comment 5•19 days ago
•
|
||
The patch landed in nightly and 152 is affected.
:petru, is this bug important enough to require an uplift?
- If yes, please nominate the patch for Release approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox152towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•15 days ago
|
| Assignee | ||
Comment 6•15 days ago
|
||
Adding back my NI to remember to ask for uplift after QA verifies the fix.
Comment 7•12 days ago
|
||
This issue is verified as fixed on Firefox for Android Nightly 154 and Firefox 153 beta 1 build 2 on Samsung S24 Ultra (Android 16) and Google Pixel 10 pro (Android 16).
Updated•12 days ago
|
Comment 8•9 days ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: v152 introduced a new swipe up gesture on the bottom toolbar to open the tabstray that can conflict with the same gesture that puts the app to background and users complained about the conflict.
These patches reduce the sensibility of our gesture to avoid the conflict. - Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=2046696#c0 & https://bugzilla.mozilla.org/show_bug.cgi?id=2037701#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Small, targeted changes verified by QA.
- String changes made/needed?: --
- Is Android affected?: yes
| Assignee | ||
Comment 9•9 days ago
|
||
The issue happened because the BrowserToolbarComposable's layout contains also the
Awesomebar so when searching the BrowserToolbarComposable's height is close to the
entire screen's height which would have ~any vertical swipe seen as swipes over the
toolbar that should open the tabs tray.
Original Revision: https://phabricator.services.mozilla.com/D306079
| Assignee | ||
Updated•9 days ago
|
Updated•5 days ago
|
Updated•5 days ago
|
Updated•5 days ago
|
Comment 10•5 days ago
|
||
| uplift | ||
Comment 12•1 day ago
|
||
Verified as fixed on the 152.0.4 Firefox for Android, using a Samsung Galaxy S24 (Android 16), and a Motorola Moto G30 (Android 12).
Updated•1 day ago
|
Description
•