Closed
Bug 1376525
Opened 8 years ago
Closed 7 years ago
APZ: Enable "apz.keyboard.enabled" by default
Categories
(Core :: Panning and Zooming, enhancement, P2)
Core
Panning and Zooming
Tracking
()
People
(Reporter: rhunt, Assigned: rhunt)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
1.08 KB,
patch
|
milan
:
review+
|
Details | Diff | Splinter Review |
Bug 1351783 will add an initial implementation of async keyboard scrolling. This bug is for tracking the work to enable it be default.
Updated•8 years ago
|
Depends on: apz-keyboard
Comment 1•8 years ago
|
||
Moving Quantum Flow tracking information over from bug 1351783.
Blocks: QuantumFlow, QRC_FX57
Whiteboard: [gfx-noted] → [gfx-noted][qf:p1]
Assignee | ||
Updated•8 years ago
|
Summary: Enable "apz.keyboard.enabled" by default → APZ: Enable "apz.keyboard.enabled" by default
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•8 years ago
|
||
A few follow ups have landed in central and a few more are in inbound. My latest try run with all of these patches and the pref enabled looks green to me [1].
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=45d5da152559032b208680567f61e1ef3be89ac3&selectedJob=110821764
Assignee | ||
Comment 3•7 years ago
|
||
Adding a patch to flip the pref for whenever we want to do this.
Attachment #8893870 -
Flags: review?(milan)
Cool. I will wait for the testing to complete before r+ this for landing.
Updated•7 years ago
|
Attachment #8893870 -
Flags: review?(milan) → review+
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d667710bfd65
Enable "apz.keyboard.enabled" by default. r=milan
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Comment 7•7 years ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]:
Asynchronous scrolling provides a smoother / less janky scrolling
experience for users. This bug brings async scrolling to scrolling
with the keyboard, one of the few remaining scrolling
methods that don't have it yet.
[Affects Firefox for Android]:
No.
[Suggested wording]:
Scrolling with the keyboard now uses asynchronous scrolling,
similar to other input methods like mousewheel, providing a smoother
scrolling experience.
[Links (documentation, blog post, etc)]:
Some links for APZ in general:
wiki: https://wiki.mozilla.org/Platform/GFX/APZ
blog post: https://blog.mozilla.org/firefox/smooth-scrolling-web-browser-removes-jank/
relnote-firefox:
--- → ?
Updated•7 years ago
|
Flags: qe-verify+
QA Contact: petruta.rasa
Comment 8•7 years ago
|
||
Marking as verified since checking that apz.autoscroll.enabled pref is set to true was tested for pre-Beta sign off in Firefox 57.0a1 across platforms.
This was added to 57 release notes.
Updated•3 years ago
|
Performance Impact: --- → P1
Whiteboard: [gfx-noted][qf:p1] → [gfx-noted]
You need to log in
before you can comment on or make changes to this bug.
Description
•