Closed
Bug 11826
Opened 26 years ago
Closed 26 years ago
sched: drag-start event
Categories
(Core :: XUL, defect, P1)
Core
XUL
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: mikepinkerton, Assigned: mikepinkerton)
References
Details
(Whiteboard: 2 days)
We need an event that comes from gecko that d&d clients can listen for in order
to determine if a drag has started. It won't actually begin the drag, just be a
hint to anyone listening that the user has made a gesture that could be
interpreted as a drag. It will be up to the individual clients to determine if
this is actually a drag.
This will probably need some FE-specific work in widget, on top of the XP event
plumbing in the DOM.
Assignee | ||
Comment 1•26 years ago
|
||
P1 for M10.
Status: NEW → ASSIGNED
Priority: P3 → P1
Target Milestone: M10
Updated•26 years ago
|
Whiteboard: ?? days
Comment 3•26 years ago
|
||
need estimated remaining duration in status whiteboard field
Assignee | ||
Updated•26 years ago
|
Whiteboard: ?? days → 2 days
Assignee | ||
Comment 4•26 years ago
|
||
work is in my tree, waiting for tree to open.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
code checked in. The toolbars now use this, as an example.
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•