"This time, search with:" string and cog icon duplicate after customization
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox-esr68 | --- | unaffected |
| firefox69 | --- | unaffected |
| firefox70 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: harry)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Using Windows 10, latest Nightly.
STR:
- Toggle
browser.urlbar.megabartotrueand changeintl.uidirectionto1 - Restart Nightly
- Type anything in the megabar
AR:
The "This time, search with:" string and cog icon appear twice.
See attached.
ER:
Both should appear once.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
•
|
||
Itiel, I encountered an issue like this on Mac in a LTR locale but it was fixed in the batch of Megabar layout fixes that landed in the past few days. I followed your STR and wasn't able to replicate this bug (albeit on Mac).
Using a Nightly from August 27 or later, are you still able to reproduce this issue?
(In reply to Harry Twyford [:harry] from comment #1)
Itiel, I encountered an issue like this on Mac in a LTR locale but it was fixed in the batch of Megabar layout fixes that landed in the past few days. I followed your STR and wasn't able to replicate this bug (albeit on Mac).
Using a Nightly from August 27 or later, are you still able to reproduce this issue?
I think this is not reproducible anymore, will check tomorrow.
Keeping ni? to remind me.
Yep, not an issue anymore.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I see this in today's nightly (en-US build).
Comment 5•2 years ago
|
||
It's not a rendering issue, the elements are actually duplicated in the DOM. Presumably a bug in search-one-offs.js or related urlbar code.
| Assignee | ||
Comment 6•2 years ago
|
||
To reproduce, open customize view, exit it, and then type in the Urlbar. A header string + cog icon will appear for each time you do this.
I reverted to the patch from bug 1561894 and this issue did not exist then, so it's something that's been introduced since. This also happens both with and without megabar enabled.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
I think bug 1561533 probably regressed this.
| Assignee | ||
Comment 8•2 years ago
|
||
Exiting customize mode calls UrlbarInput.uninit(). We used to remove the panel on uninit and then re-add it on re-initialization which would give us a fresh copy of the search one offs container. Since we no longer do this, copies of the search one offs keep piling up. Working on verifying this now.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 9•2 years ago
|
||
Comment 10•2 years ago
|
||
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3e5ac5ef3c9a Stop duplicating one-offs container on UrlbarInput uninit. r=dao
Comment 11•2 years ago
|
||
| bugherder | ||
Comment 12•2 years ago
|
||
| bugherderuplift | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 13•2 years ago
|
||
I’ve reproduced this issue with Fx 70.0a1 (2019-08-25) on Windows 10 x64.
The issue is fixed with Fx 71.0a1 (2019-09-23) and Fx 70.0b8 on Windows 10 x64, macOS 10.13 and Ubuntu 18.04 x64.
Description
•