Search bar icon padding increased when not hovered
Categories
(Core :: XUL, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox110 | --- | unaffected |
firefox111 | --- | unaffected |
firefox112 | --- | verified |
firefox113 | --- | verified |
People
(Reporter: Fanolian+BMO, Assigned: emilio)
References
(Regression)
Details
(Keywords: nightly-community, regression, reproducible)
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0
Build ID: 20230221212648
Steps to reproduce
- Add search bar to toolbar.
- Hover the magnifying glass icon once.
- Cursor leaves the icon.
Actual result
(Please refer to the attached screenshot.)
Padding between magnifying glass icon and search term/placeholder increases. The icon which indicates an available search engine is not affected.
Search term snaps back every time the icon is hovered.
The bug is not exhibited if the icon has never been hovered after a restart.
Expected result
Search term position is consistent.
Perhaps align the padding size with that in address bar too.
Regression
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=aaf2d377bba725efc48c85e146db733f46bd486a&tochange=07438d7c237247e41dc2482c7043f84f573abd07
This is regressed by bug 1815229.
Assignee | ||
Comment 1•2 years ago
|
||
Otherwise we end up with a stale intrinsic size.
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This shouldn't change behavior but reduces the amount of code paths
where we update the internal image state.
Depends on D170594
Assignee | ||
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1815229
Comment 5•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Reprooducible on a 2023-02-21 Nightly build on Windows 10.
Verified as fixed on Firefox 112.0b5(build ID: 20230321175953) and Nightly 113.0a1(build ID: 20230323094537) on Windows 10, macOS 12, Ubuntu 22.
Comment 8•2 years ago
|
||
Backed out changeset ade350a1d864 (bug 1818141) for causing multiple failures
Backout: https://hg.mozilla.org/integration/autoland/rev/3f2f2216d95cb061668e570d332b3b3bf861965d
Failure logs:
bc failures: https://treeherder.mozilla.org/logviewer?job_id=416180843&repo=autoland&lineNumber=2682
chrome failures: https://treeherder.mozilla.org/logviewer?job_id=416180409&repo=autoland&lineNumber=3200
xpcshell failures: https://treeherder.mozilla.org/logviewer?job_id=416182112&repo=autoland&lineNumber=3193
Assignee | ||
Updated•2 years ago
|
Description
•