Closed
Bug 503888
Opened 16 years ago
Closed 16 years ago
<tree> pan is buggy with panning feedback enabled
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 503541
People
(Reporter: Felipe, Unassigned)
References
Details
With the touch panning feedback patch applied (bug 485101), a <tree> (and possibly other elements that doesn't support pixel scrolling) doesn't pan correctly: a pan only scrolls one or two elements and instantly trigger the feedback.
Reporter | ||
Comment 1•16 years ago
|
||
Just as an update, I'm still investigating this problem but I don't have a definite answer yet. From what I've seen so far, it _looks_ like that the tree reports incompatible values for the scroll delta when it is scrolling. The thing is that the problem is triggered on the nsWinGesture.UpdatePanFeedbackY, but it is not clear if this function introduced the bug or if it was always there but it is only manifesting now.
Reporter | ||
Comment 2•16 years ago
|
||
Fixed in bug 503541
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•