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
F14007825: D10416.id25063.diff
Tue, Oct 29, 11:57 AM
F14007824: D10416.id25060.diff
Tue, Oct 29, 11:57 AM
F13986771: D10416.diff
Mon, Oct 21, 5:26 AM
F13962587: D10416.id25060.diff
Tue, Oct 15, 10:57 AM
Unknown Object (File)
Oct 4 2024, 12:07 AM
Unknown Object (File)
Sep 28 2024, 5:20 AM
Unknown Object (File)
Sep 20 2024, 10:38 PM
Unknown Object (File)
Sep 20 2024, 9: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
Branch
dragscroll
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2434
Build 2438: [Placeholder Plan] Wait for 30 Seconds

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).