Style the QFB search field like the unified toolbar search
Categories
(Thunderbird :: Toolbars and Tabs, enhancement, P3)
Tracking
(thunderbird_esr115 wontfix, thunderbird121 fixed)
People
(Reporter: aleca, Assigned: freaktechnik)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [Supernova3p])
Attachments
(1 file)
Update the QFB Search filed to match the Unified Toolbar search filed style:
- Search icon to the right and clickable
- Shortcuts as pills
Assignee | ||
Comment 1•1 year ago
|
||
I would think moving https://searchfox.org/comm-central/rev/4430be9ca003bf28e020a4143e06e6f6ec61df5e/mail/components/unifiedtoolbar/content/search-bar.mjs (and its stylesheet) out of the unified toolbar component would be the simplest, however having migrated the global search bar I recognize that it is possibly slightly more complicated. Anyway, just wanted to point out that there's a very generic component there that implements the basics needed for a search field with the required styles.
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•11 months ago
|
||
Depends on D190712
Assignee | ||
Updated•11 months ago
|
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/9d5769a09aca
Use HTML search-bar widget in quick filter bar. r=aleca
Comment 4•8 months ago
|
||
This broke the Webextension API browser.mailTabs.setQuickFilter()
. The text search value no longer shows up in the quickfilter text input.
This call used to update the field value:
https://searchfox.org/comm-central/rev/028609a1f649fe1db131d7b706ccfc590eab4bd2/mail/components/extensions/parent/ext-mailTabs.js#561
Description
•