QuickActions: Shrinked Buttons expand and wrap into a new line when activating a search engine
Categories
(Firefox :: Address Bar, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | verified |
People
(Reporter: mehmet.sahin, Assigned: daisuke)
References
Details
Attachments
(2 files, 1 obsolete file)
Nightly 107.0a1 (2022-09-25) (64-Bit)
macOS
1.) Make the window smaller
2.) Focus the Address Bar
3.) Notice that the Quickaction buttons are shrinked to a smaller size without wrapping the line.
4.) Press the arrow down key on the keyboard until you reach a search engine, e.g. Amazon
Actual: Quickaction buttons expand and wrap into new lines
Expected: Quickaction buttons should stay as they are.
Not sure if this is intentional, but maybe you could have a look at this.
A screencast is attached.
Thanks :)
Assignee | ||
Comment 2•2 years ago
|
||
Hi Dale.
It seems we are setting the style explicitly, is this expected behavior??
https://searchfox.org/mozilla-central/rev/d45dd05bf412e7468b3770a52519e9d546d6325c/browser/themes/shared/urlbar-dynamic-results.css#158-160
Comment 3•2 years ago
|
||
Not expected, the flex-wrap is set for when the user enters the Actions search mode otherwise they wouldnt be able to see all of the actions, typically this is when the user has clicked the actions search mode and the urlbar is otherwise empty. In this case (which I didn't realise) when the user scrolls through the one off actions buttons it enters the search mode. We need to do something smarter than the current #urlbar[searchmode]
to only wrap when we fully enter the actions mode
Assignee | ||
Comment 4•2 years ago
|
||
Ah, I see. Thanks!
Assignee | ||
Comment 5•2 years ago
|
||
Updated•2 years ago
|
Comment 6•2 years ago
|
||
The severity field is not set for this bug.
:adw, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 9•2 years ago
|
||
Verified as fixed using Firefox 107 beta 3 under Win 10 64-bit, Ubuntu 22.04 and Mac OSX 10.14; filled a small follow-up, bug 1796805.
Description
•