[Nova] Title fadeout remains on wrap when unnecessary
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox156 | --- | verified |
People
(Reporter: adw, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The title fadeout remains when wrap is active even when it's unnecessary, at least in some cases.
STR
- Start Firefox
- Do a query that triggers a longish title and/or URL so that the title fadeout is triggered before wrapping happens
- Make the window narrow so wrapping is triggered
The title will have the fadeout even when it's not necessary.
Proton doesn't have this problem and I'm guessing it's related to using grid on wrap.
| Reporter | ||
Updated•26 days ago
|
| Reporter | ||
Comment 1•26 days ago
|
||
Daisuke said he'll work on this next week.
| Reporter | ||
Comment 2•26 days ago
|
||
My patch in bug 2063457 doesn't fix this.
| Assignee | ||
Comment 3•20 days ago
|
||
The fade-out mask was left on result titles once rows started wrapping. Wrapping
switches the row body containing the title from display: flex to
display: grid, which recreates the frames inside it, and no underflow event
was fired for the recreated frames even though the title was then wide enough
for its contents.
This is because the overflow state is reset when reframing, so carry it over to
the new frame.
Comment 5•19 days ago
|
||
| bugherder | ||
| Reporter | ||
Updated•19 days ago
|
Updated•18 days ago
|
Comment 6•15 days ago
•
|
||
Reproducible on a 2026-08-12 Firefox Nightly build on Windows 10.
Verified as fixed on Firefox Nightly 156.0a1 on Windows 10, Ubuntu 22, macOS 13.
However, we did note that the fade-out effect disappears after resizing the browser window in some instances. We logged bug 2066093 for that particular scenario.
Please let us know if there’s anything else we should take in to account, thank you.
Description
•