Closed
Bug 17381
Opened 26 years ago
Closed 26 years ago
Small drag targets can cause event.target to be wrong
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
Details
If an item to be dragged is small enough that the 5 pixel delta to initiate a
drag-gesture event causes the mouse to be over another frame, the target field of
the event will be where the mouse is currently over, not the source of the click.
this can be seen in the tiny personal toolbar buttons. clicking and dragging
straight down will cause the target to be the nav toolbar.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
| Assignee | ||
Comment 1•26 years ago
|
||
m12, accepting.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
fix checked in.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
code level fix, marking VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•