Autocomplete contents jiggle up-and-down when I type/delete space character (from recommended resource name disappearing/reappearing)
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
People
(Reporter: dholbert, Assigned: adw)
References
Details
(Keywords: papercut, Whiteboard: [sng])
Attachments
(3 files)
STR:
- Start Firefox with a fresh profile.
- Type "cors" into the URLbar.
--> Hopefully there's a "Recommended resource" autocompletion for MDN, with a large paragraph. If not, open a new tab and repeat step 2 (I think we populate this suggestion somewhat lazily). - Type a space character after "cors"
- Press backspace to delete that space character.
- Repeat steps 3-4 (type/delete space character), and watch the autocomplete popup.
EXPECTED RESULTS:
Results shouldn't change (and more importantly, their layout shouldn't change)
Specifically: the recommended-resource's label/button mentioned in ACTUAL RESULTS should remain consistently visible, since the recommended resource itself is remaining consistently visible.
ACTUAL RESULTS:
- The "Recommended resource" section very briefly changes its height. (Watching in slow motion, it looks like it's because the "MDN Web Docs" label [just below the paragraph] gets briefly removed and then added-back.)
- The orange URL (for the recommended-resource) briefly stops being truncated/ellipsized, and then gets truncated/ellipsized again. (Watching in slow motion, this seems to be because the "Feedback" button disappears and then reappears.)
| Reporter | ||
Comment 1•2 months ago
|
||
| Reporter | ||
Comment 2•2 months ago
|
||
I'm using Firefox Nightly 144.0a1 (2025-08-29) (64-bit) on Ubuntu 24.04 (though I imagine this isn't platform-dependent)
Comment 3•2 months ago
|
||
The severity field is not set for this bug.
:daisuke, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 month ago
|
Updated•1 month ago
|
| Assignee | ||
Comment 4•3 days ago
|
||
Thanks Daniel, I think this is bug 1995538 but don't want to dupe it without investigating.
| Reporter | ||
Comment 5•3 days ago
|
||
Yup -- looks like essentially the same issue.
(Both bugs are about an awesomebar result that has a "Feedback" button to the right and a label at the bottom; and in both bugs, the feedback-button and bottom-label briefly disappear/reappear when the user types a character. In the other bug, it's a Yelp sponsored link (e.g. at t=10s in that bug's screencast, with the disappearing-label being the "Yelp - Sponsored" text)
| Assignee | ||
Comment 6•3 days ago
|
||
The "MDN Web Docs" string at the bottom also pops in, but it's less noticeable compared to the feedback button. Fixing bug 1995538 won't fix that, so we'll need to do that here.
| Reporter | ||
Comment 7•3 days ago
•
|
||
(In reply to Drew Willcoxon :adw from comment #6)
The "MDN Web Docs" string at the bottom also pops in
That happens in the other bug's screencast, too, FWIW - the string disappearing & popping back in there is "Yelp - Sponsored" (at t=10s in the screencast).
Anyway, I'm happy to have this bug or another followup track that issue if it's not addressed by what landed so far.
| Assignee | ||
Comment 8•1 day ago
|
||
It does, and the "Recommended" text of the addon suggestion pops in too. Probably simplest to handle them all here in this bug since the fixes are trivial and will all be the same. We should check for other pop-in too but here's a summary of everything so far:
- MDN Web Docs
- Recommended (in addon suggestions)
- Yelp - Sponsored
Thanks Daniel, I always appreciate your filing urlbar bugs. :-)
| Assignee | ||
Updated•1 day ago
|
| Assignee | ||
Comment 9•1 day ago
|
||
I'd like to make cacheable true by default, but there are some larger concerns
around that, and for now I just want to narrowly fix this flicker.
Comment 10•1 day ago
|
||
| Assignee | ||
Comment 11•1 day ago
|
||
I'd like to make cacheable true by default, but there are some larger concerns
around that, and for now I just want to narrowly fix this flicker.
Original Revision: https://phabricator.services.mozilla.com/D272367
Updated•1 day ago
|
Comment 12•1 day ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: This is a nice-to-have that fixes some flicker. The flicker has been present for many releases now -- not a recent problem.
- Code covered by automated testing: yes
- Fix verified in Nightly: no
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: Should be clear from the bug: MDN, addon/AMO, and Yelp suggestions should not flicker when triggered repeatedly.
- Risk associated with taking this patch: low
- Explanation of risk level: Three-line patch that simply caches a few l10n strings so they don't pop in in the UI.
- String changes made/needed: none
- Is Android affected?: no
Comment 13•21 hours ago
|
||
| bugherder | ||
Updated•12 hours ago
|
Updated•12 hours ago
|
Comment 14•12 hours ago
|
||
| uplift | ||
Updated•5 hours ago
|
Updated•4 hours ago
|
Comment 15•4 hours ago
|
||
Verified fixed using Nightly 147.0a1 (20251113163320) on Windows 10, MacOS 15.5 and Ubuntu 24.04.
Description
•