Closed Bug 1013469 Opened 10 years ago Closed 10 years ago

Make APZ handle line-delta scroll events

Categories

(Core :: Panning and Zooming, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1086162

People

(Reporter: mstange, Unassigned)

References

Details

Traditional scroll wheels scroll in "lines" or "steps". With main thread scrolling, the actual pixel delta that we scroll in response to such a scroll event is determined in EventStateManager::GetScrollAmount and is based on the font size of the scrolled frame.

We need to figure out what to do with these kinds of events when scrolling is handled by APZ. We can of course have them go through the main thread, but then users of traditional mice can't scroll while the page is busy.
I believe dvander fixed this as part of bug 1086162.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.