[Toolbar Redesign] The "Select address" and "Use saved cards" prompts should appear above the navigation toolbar/address bar
Categories
(Firefox for Android :: Toolbar, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: dpop, Assigned: harrisono)
References
(Blocks 1 open bug)
Details
(Whiteboard: [kitkat banana sprint][fxdroid][group3][toolbar-redesign-release-blocker])
Attachments
(3 files, 1 obsolete file)
Steps to reproduce
- Make sure to have at least one address and a credit card saved.
- Access a website with an address/credit card form ( e.g. https://checkout.stripe.dev/)
- Tap on one of the address/credit cards fields.
- Observe the "Select address" and "Use saved cards" prompts.
Expected behavior
The "Select address" and "Use saved cards" prompts should appear:
- above the navigation toolbar, when the address bar is set to Top;
- above the address bar, when the address bar is set to Bottom;
Actual behavior
The "Select address" and "Use saved cards" prompts appear below the navigation toolbar/address bar
Device information
- Firefox version: Nightly 130.0a1 from 07/29
- Android device model: Google Pixel 8 Pro
- Android OS version: Android 14
Any additional information?
Similar to 1909746
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Similar to bug 1909746 these panels would conflict with the downloads dialog.
The approach recommended by Aarjav for who to avoid the conflict between the downloads panels and these panels is:
- when the keyboard is shown
- show the autofill above the toolbar - they are needed for the autofill scenario that the user is in
- hide the downloads panel - it's rather an inconvenience for the autofill scenario
- when the keyboard is hidden
- hide the autofill panels - they are not immediately needed for an autofill scenario
- show the downloads panel - as part of the normal browsing UX.
Comment 3•1 year ago
|
||
The above indications have their own edgecases, part of which I've described here - https://bugzilla.mozilla.org/show_bug.cgi?id=1909746#c4
So we need more investigation on how to resolve the conflict of these panels with the downloads panels.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
(In reply to Petru-Mugurel Lingurar [:petru] from comment #3)
The above indications have their own edgecases, part of which I've described here - https://bugzilla.mozilla.org/show_bug.cgi?id=1909746#c4
So we need more investigation on how to resolve the conflict of these panels with the downloads panels.
Similar to bug 1909746 comment 11 after syncing with Aarjav we should ignore this conflict as just an edgecase which should not be a release blocker so we should implement the change as requested initially.
A followup to redesign the "download complete" panel to avoid this conflict is proposed in bug 1933146.
| Assignee | ||
Comment 5•1 year ago
|
||
Rename LoginBarsIntegration to AutofillBarsIntegration and associated refactoring.
Rename LoginSelectBarBehavior to AutofillSelectBarBehavior and associated refactoring.
Move Address and Credit Card autofill banners to above the bottom navigation toolbar and add them to AutofillBarsIntegration
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
| Assignee | ||
Comment 7•1 year ago
|
||
Comment 9•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f66f23f83140
https://hg.mozilla.org/mozilla-central/rev/11adaf02fc9a
Updated•5 months ago
|
Description
•