Closed Bug 211818 Opened 21 years ago Closed 15 years ago

drag within link should act like click (follow link)

Categories

(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: access)

If a drag motion stays within a link, it should be interpreted as a click on the
link.  This would reduce a common problem where you think you've clicked a link,
but you notice that the browser isn't loading anything, and you have to click again.

Steps to reproduce:
1. Mouse down within a link.
2. Move the cursor 5 or more pixels *without leaving the link*.
3. Mouse up.

Result: At step 2, "hand" cursor changed to "no drop" cursor.  At step 3,
nothing happened, but the cursor went back to "hand".

Expected: At step 2, "hand" cursor should remain.  At step 3, the link should be
followed.
OS: Windows XP → All
Hardware: PC → All
Assignee: bross2 → nobody
QA Contact: pmac
QA Contact: drag-drop
Recognizing a click as a click is the job of the operating system. The "move X pixels before detecting a drag"-threshold is a setting in the OS.

WONTFIX
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.