Search term jumps rightwards in URL bar after you've submitted it
Categories
(Firefox :: Protections UI, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox152 | --- | unaffected |
| firefox153 | + | wontfix |
| firefox154 | --- | verified |
People
(Reporter: dholbert, Assigned: daisuke)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
STR:
- Type any search query (e.g.
test) into your URL bar - Hit enter.
- See what happens to that search query in your URL bar.
ACTUAL RESULTS:
The search query jumps rightwards. (Nothing else in the URL bar moves; just the search query.)
EXPECTED RESULTS:
No such jump.
Regression range:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=3385c294f2337d197ac8573bae60c432cde1deca&tochange=df04a5ae1f2f4ccc25ad030e10cc276243547ab9
--> Regression from the margin added in bug 2012038.
| Reporter | ||
Comment 1•2 months ago
|
||
| Reporter | ||
Comment 2•2 months ago
|
||
| Reporter | ||
Comment 3•2 months ago
|
||
Comment 4•2 months ago
|
||
Set release status flags based on info from the regressing bug 2012038
| Assignee | ||
Comment 5•2 months ago
|
||
Thank you very much, Daniel!
Yeah, I confirmed this issue. I will fix it.
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 6•2 months ago
|
||
This bug was caused by #identity-box still getting a margin-inline-end even
though all of its children were hidden and the box was effectively invisible,
because the box itself was not display: none. So, when all of its children
are hidden, set the hidden attribute on #identity-box to make it
display: none.
Updated•1 month ago
|
Updated•1 month ago
|
Comment 7•1 month ago
|
||
The severity field is not set for this bug.
:emz, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 month ago
|
Comment 10•1 month ago
|
||
The patch landed in nightly and beta is affected.
:daisuke, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox153towontfix.
For more information, please visit BugBot documentation.
Reproducible on a 2026-06-29 Firefox Nightly build on Windows 11.
Verified as fixed on Firefox Nightly 154.0a1 on Windows 11, macOS 15.
| Assignee | ||
Updated•1 month ago
|
Description
•