Search bar width is not remembered
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | fixed |
People
(Reporter: Fanolian+BMO, Assigned: Gijs)
References
(Regression)
Details
(Keywords: nightly-community, regression, reproducible)
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Build ID: 20200514211114
Steps to reproduce
- In a new profile, put search bar immediate next to address bar.
- Adjust the search bar width.
- Open a new (private) window. Or restart browser.
Actual result
Search bar width is reset to default. Please see attached screenshot.
Expected result
Customised search bar width is retained.
From Mozregression:
Last good Nightly: 2020-05-13
First bad Nightly: 2020-05-14
pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d1114574b777bb00b85f73733a8bd6a78d2ad87e&tochange=a77ca5bd6b7c49099c672e103771ca2bf077cc40
Bisecting autoland builds:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=fed64af04da307da62a504be6d0b5554afb18566&tochange=f5f1227caf70f09bec9d9d5764783b6be7b5a5ed
It is regressed by bug 1558635.
Assignee | ||
Updated•5 years ago
|
Actually the search bar width is not reset to default.
The width varies only if I have changed the search bar width before opening a new window.
Assignee | ||
Comment 3•5 years ago
|
||
(In reply to Fanolian from comment #2)
Actually the search bar width is not reset to default.
The width varies only if I have changed the search bar width before opening a new window.
I suspect the issue is that the width is relying on the xul persist store, and because the node is not in the DOM to start with, we never apply the persisted width.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Fixed in Nightly 20200515215236. Thanks.
Description
•