Page MenuHomePhabricator

When dragging stuff around, compensate for changes in scroll position
ClosedPublic

Authored by epriestley on Aug 7 2014, 11:41 PM.
Tags
None
Referenced Files
F13085654: D10186.diff
Wed, Apr 24, 11:52 PM
Unknown Object (File)
Sun, Apr 21, 6:42 PM
Unknown Object (File)
Fri, Apr 19, 6:11 PM
Unknown Object (File)
Thu, Apr 18, 7:05 AM
Unknown Object (File)
Thu, Apr 11, 8:08 AM
Unknown Object (File)
Sat, Mar 30, 6:16 AM
Unknown Object (File)
Mar 20 2024, 6:11 PM
Unknown Object (File)
Mar 20 2024, 6:11 PM
Subscribers

Details

Summary

Ref T5240. This fixes dragging stuff and using the mousewheel or keyboard to scroll the window during the drag.

(It does not fix "dragging near the edge of the container should scroll it" yet.)

Test Plan

Dragged stuff around on task list and workboards in Safari, Firefox and Chrome. Used mousewheel and shift + mousewheel to scroll the document and containers during drag. Object remained under the cursor.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to When dragging stuff around, compensate for changes in scroll position.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
webroot/rsrc/externals/javelin/lib/Vector.js
312

Nice. This scroll stuff is a pain in the butt and this will help a ton.

This revision is now accepted and ready to land.Aug 8 2014, 10:35 PM
epriestley updated this revision to Diff 24558.

Closed by commit rP0e98e33b3342 (authored by @epriestley).