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
Unknown Object (File)
Sun, Sep 1, 10:41 AM
Unknown Object (File)
Mon, Aug 26, 11:33 PM
Unknown Object (File)
Mon, Aug 26, 9:42 AM
Unknown Object (File)
Mon, Aug 26, 3:37 AM
Unknown Object (File)
Sun, Aug 25, 8:36 PM
Unknown Object (File)
Aug 20 2024, 2:28 PM
Unknown Object (File)
Aug 19 2024, 12:57 PM
Unknown Object (File)
Aug 18 2024, 3:22 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).