Closed
Bug 640946
Opened 14 years ago
Closed 14 years ago
Add a method to nsIFormControl or nsIContent to know if an element is natively draggable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
3.75 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
This has been propsed by Olli in bug 514437 because we currently have a big if condition in nsContentAreaDragDrop.cpp DragDataProducer::Produce.
Assignee | ||
Comment 1•14 years ago
|
||
Actually, I really wonder what is the logic here...
I don't really understand what's the common point between label, fieldset and object that button, input and select don't share... I mean, fieldset isn't really draggable but label is...
Do you have any idea, Olli?
Comment 2•14 years ago
|
||
See Bug 453520
Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> See Bug 453520
Then we should probably not include <progress> in that list I guess.
In addition, for what I understand, we are looking for form controls that can have draggable children, not draggable form controls, right?
Assignee | ||
Comment 4•14 years ago
|
||
Assignee: nobody → mounir.lamouri
Status: NEW → ASSIGNED
Attachment #519278 -
Flags: review?(Olli.Pettay)
Assignee | ||
Updated•14 years ago
|
Whiteboard: [needs review]
Updated•14 years ago
|
Attachment #519278 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Updated•14 years ago
|
Whiteboard: [ready to land][waits for dependencies]
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Whiteboard: [ready to land][waits for dependencies]
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•