Large blank area in the search results on Preferences when searching for 'pass'
Categories
(Firefox :: Settings UI, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | unaffected |
firefox66 | + | verified |
firefox67 | --- | verified |
People
(Reporter: jaws, Assigned: andreio)
References
Details
(Keywords: github-merged, regression)
Attachments
(3 files)
Large blank area in the search results on Preferences when searching for 'pass'. See attached screenshot.
This is not reproducible on mozregression but multiple people have reported it.
It looks like the cause is that #homeContentsGroup has an inline style of visibility: hidden
which is overriding the visiblity: collapse
that is applied through the .visibly-hidden class.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
This will affect 66 users who are in the experiment.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Gavin, Can you add some QA steps for this?
Brahmini can you QA?
Comment 9•6 years ago
|
||
QA steps:
- visit about:preferences
- with the in-content search box near the top, type "pass"
- make sure there's not a lot of empty space between sections (it should show main sections: Network Settings then Login & Passwords then Certificates)
note: in step 3 before the fix, it looks like only Network Settings shows up because there's so much empty space before the next one
Comment 10•6 years ago
|
||
I have verified in Nightly 67.0a1 on Mac OS 10.14.3, there is no longer a large space between the Network Settings and Login & Password sections
Comment 11•6 years ago
|
||
Comment on attachment 9044270 [details]
Bug 1527626 - Large blank area in the search results on Preferences when searching for pass
Beta/Release Uplift Approval Request
Feature/Bug causing the regression
None
User impact if declined
ugly UX in pref search
Is this code covered by automated tests?
Yes
Has the fix been verified in Nightly?
Yes
Needs manual test from QE?
Yes
If yes, steps to reproduce
(see comment 9)
List of other uplifts needed
None
Risk to taking this patch
Low
Why is the change risky/not risky? (and alternatives if risky)
this is a small patch that affects styling. It is very easy to verify and is isolated to the preferences pane
String changes made/needed
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Comment on attachment 9044270 [details]
Bug 1527626 - Large blank area in the search results on Preferences when searching for pass
Planned work for pocket/new tab. Verified in Nightly.
OK for beta uplift, should land for beta 9.
Landing order: bug 1519879, bug 1525494, bug 1526861, bug 1524669, bug 1527195, bug 1525391, bug 1527347, bug 1525366, bug 1527626, bug 1527397, bug 1518258, bug 1527701, bug 1527370.
Comment 13•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Comment 15•6 years ago
|
||
(In reply to Wolasi from comment #10)
I have verified in Nightly 67.0a1 on Mac OS 10.14.3, there is no longer a
large space between the Network Settings and Login & Password sections
Can you please verify this issue on Firefox 66 Beta 9 (https://archive.mozilla.org/pub/firefox/candidates/66.0b9-candidates/build1/)?
Comment 16•6 years ago
|
||
I have verified in Beta 66.0b9 on Mac OS 10.14.3, there is no longer a large space between the Network Settings and Login & Password sections.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 17•6 years ago
|
||
(In reply to Wolasi from comment #16)
I have verified in Beta 66.0b9 on Mac OS 10.14.3, there is no longer a large
space between the Network Settings and Login & Password sections.
Thanks for verifying this!
Updated•6 years ago
|
Updated•6 years ago
|
Description
•