Findbar close button is still overflowing
Categories
(Toolkit :: Find Toolbar, defect, P2)
Tracking
()
People
(Reporter: aoia7rz7l, Assigned: bugzilla)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr91+
|
Details | Review |
This was supposedly fixed in bug 1724194 but I can still reproduce on 91.4.0esr and 96.0b3.
STR:
- Set
privacy.resistfingerprinting
to true, restart Firefox, and leave the window non-maximized. - Visit bug 1724194.
- Press
Ctrl + F
and search for mozilla. - Cycle through matches until the text
Reached end of page, continued from top
orReached top of page, continued from bottom
appears.
Expected Behavior:
Nothing overflows and I can still close the find bar using the close button (see ESR78).
Actual Behavior:
Text Reached end of page, continued from top
or Reached top of page, continued from bottom
overflows, hiding the findbar close button.
Comment 1•3 years ago
|
||
Able to reproduce in Firefox 95 and Nightly 97.0a1 (2021-12-14).
Updated•3 years ago
|
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:harry, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Afaict, replacing overflow: hidden
with overflow-inline: clip
in bug 1733660 broke this.
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Comment 5•3 years ago
|
||
Set release status flags based on info from the regressing bug 1733660
Comment 8•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Updated•3 years ago
|
Comment 9•3 years ago
|
||
I was able to reproduce this issue on Firefox 96.0 on both Windows 10 and Ubuntu 20.04 following the STR from Comment 0.
Verified fixed on 97.0b1 (20220110145841) on the above platforms.
Comment 10•3 years ago
|
||
Comment on attachment 9257062 [details]
Bug 1745455 - Partially revert bug 1733660 to ensure close button is displayed. r?dao!
Simple CSS fix for an issue picking up multiple reports. Verified by QA and no known regressions in the wild. Approved for 91.6esr.
Comment 11•3 years ago
|
||
bugherder uplift |
Comment 12•3 years ago
|
||
This issue was verified as fixed on Firefox 91.6.0 esr (20220131231250) on both Windows 10 x64 and Ubuntu 21.04.
Description
•