Page MenuHomePhabricator

When users scroll while dragging items, update item positions immediately
ClosedPublic

Authored by epriestley on Sep 4 2014, 6:13 PM.
Tags
None
Referenced Files
F17713540: D10416.diff
Thu, Jul 17, 2:13 PM
Unknown Object (File)
Thu, Jun 19, 5:13 PM
Unknown Object (File)
Thu, Jun 19, 1:18 PM
Unknown Object (File)
Wed, Jun 18, 5:40 AM
Unknown Object (File)
Tue, Jun 17, 10:55 PM
Unknown Object (File)
May 9 2025, 4:54 PM
Unknown Object (File)
Apr 24 2025, 10:12 PM
Unknown Object (File)
Apr 15 2025, 10:39 AM
Subscribers
Tokens
"Haypence" token, awarded by btrahan.

Details

Summary

Fixes T5979. When you drag a task and scroll using the mouse wheel, we don't move the task under your cursor until you move the mouse.

Instead, listen for scroll and move the task.

Test Plan
  • Clicked and dragged a task.
  • While holding the task and not moving the cursor, used the mouse wheel to scroll.
  • The task followed the cursor (previously, it stayed in position until the mouse was moved again).

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to When users scroll while dragging items, update item positions immediately.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Sep 4 2014, 7:35 PM
epriestley updated this revision to Diff 25063.

Closed by commit rPaaa08edb1251 (authored by @epriestley).