Page MenuHomePhabricator

Allow scrollbars to be dragged outside the window on supporting browsers
ClosedPublic

Authored by epriestley on Jan 24 2015, 10:11 PM.
Tags
None
Referenced Files
F13226434: D11484.diff
Sun, May 19, 8:46 PM
F13223273: D11484.diff
Sun, May 19, 4:26 AM
F13178128: D11484.diff
Wed, May 8, 8:12 PM
Unknown Object (File)
Thu, Apr 25, 1:31 AM
Unknown Object (File)
Apr 11 2024, 9:04 AM
Unknown Object (File)
Apr 4 2024, 10:30 AM
Unknown Object (File)
Apr 3 2024, 4:59 PM
Unknown Object (File)
Mar 26 2024, 12:37 PM

Details

Summary

In Safari, Firefox and Chrome drags outside the window will work if we do this. Safari didn't work before, not sure about the other two.

Test Plan

Clicked the scroll handle, then dragged my mouse to the right (outside the window) and down. Page scrolled in Safari, Firefox, and Chrome.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow scrollbars to be dragged outside the window on supporting browsers.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 24 2015, 10:18 PM
This revision was automatically updated to reflect the committed changes.

Hey, I don't know if this in paricular causes this behaviur but I guess it will be hard to fix, so - might as well be here...

Follow test plan: Clicked the scroll handle, then dragged my mouse to the right (outside the window) and down. Page scrolled in Safari, Firefox, and Chrome. Release mouse button while outside window. Page does not scroll while moving mouse outside of browser. Move pointer inside browser window - page scrolls with mouse despite no click nor drag. Behaviour seen here, and on freshly updated server.

Thanks, D11487 should fix that (and one more thing I caught).