[composable toolbar] Configure autocomplete
Categories
(Firefox for Android :: Toolbar, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group3][composable toolbar])
Attachments
(2 files, 2 obsolete files)
Bug 1948764 - part 1 - Configure the UI for searching in the composable toolbar r=#android-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1948764 - part 2 - Configure the UX for searching in the composable toolbar r=#android-reviewers
48 bytes,
text/x-phabricator-request
|
Details | Review |
Similarly to the current functionality we should allow configuring the autocomplete functionality when in edit mode.
This does not imply refactoring InlineAutocompleteEditText to a composable.
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Matching configuration from mozac_browser_toolbar_edittoolbar configuration
and ToolbarView which previously set the colors to use.
Assignee | ||
Comment 2•3 months ago
|
||
Whenever the search query or the autocomplete providers are updated the
toolbar will automatically query the autocomplete providers for url
suggestions that start with the current query and display them inline
with the current query but with a different text background.
Assignee | ||
Comment 3•3 months ago
|
||
Users can swipe on the search suggestions list to hide the keyboard.
By keeping the toolbar focused the autocomplete suggestion will remain
displayed.
Assignee | ||
Comment 4•3 months ago
|
||
Observed with manual testing that sometimes the search selector or the
autocomplete would not behave as expected.
Seems like this was happening because middleware.context.store.dispatch
will update the store asynchronously while middleware.context.dispatch
will block until the action has gone through the reducer and all the
registered middlewares ensuring that later actions/store updates will
see the up-to-date state instead of potentially an older state.
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 6•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b26bdacbf415
https://hg.mozilla.org/mozilla-central/rev/daf30d9dbadd
Description
•