Customize menu animation is not smooth
Categories
(Firefox :: New Tab Page, defect, P1)
Tracking
()
People
(Reporter: ewright, Assigned: ewright)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
With the pref:
browser.newtabpage.activity-stream.newNewtabExperience.enabled=true
or
browser.newtabpage.activity-stream.customizationMenu.enabled=true
When opening the customize menu, sometimes it jumps and stutters. We should fix this and uplioft to 85 for testing.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
•
|
||
Backed out for causing failures on browser_customize_menu_content.js .
Backout link: https://hg.mozilla.org/integration/autoland/rev/85c071060feea5e8e87d589ca553aa6c7c7d2ae4
Failure log: https://treeherder.mozilla.org/logviewer?job_id=324836450&repo=autoland&lineNumber=2866
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Comment 7•5 years ago
|
||
Comment on attachment 9193104 [details]
Bug 1682311 - Make the customization menu animation smooth
Beta/Release Uplift Approval Request
- User impact if declined: We intend on doing a limited test wiht the customization menu in 85 on release. the animation when the menu opens stutters a lot on Mac (and possibly other platforms). This fixes that poor experience.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: - flip
browser.newtabpage.activity-stream.newNewtabExperience.enabled
to true.
- open a tew tab
- click "personalize" button in the top corner
- observe the menu opening
- click close once the menu opens
- observe the menu closing
The open and close animation should be smooth.
- 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 change and is behind a pref. We plan on running a limited test on release.
- String changes made/needed: none
Assignee | ||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Comment on attachment 9193104 [details]
Bug 1682311 - Make the customization menu animation smooth
Approved for 85.0b4.
Comment 9•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 10•5 years ago
|
||
I have verified that the "Customize menu" animation is smooth by following the steps provided in comment 7 using Firefox Beta 85.0b4 (Build ID: 20201220193140) and Firefox Nightly 86.0a1 (Build ID: 20201220093524) on Windows 10 x64, macOS 10.15.6, and Ubuntu Linux 20.04 x64.
Description
•