Back to Chromium

Drag Text Delay

third_party/blink/web_tests/editing/selection/drag-text-delay.html

149.0.7827.2364 B
Original Source

On most platforms, if you click and move the mouse on selected text, it will always initiate a drag. On Mac, there must be a delay between the click and the mouse move before a drag starts. Otherwise, it will just change the selection.

To manually test, select "hello" and rapidly drag. You should see "hello world" on Mac and "worldhello" on all other platforms.