Open
Bug 129869
Opened 23 years ago
Updated 4 years ago
ondragdrop dont work on editor
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
Future
People
(Reporter: tseng_mike, Unassigned)
Details
Attachments
(1 file)
|
947 bytes,
application/vnd.mozilla.xul+xml
|
Details |
ondragdrop event handler as outlined here
http://www.mozilla.org/docs/dom/domref/dom_event_ref33.html does not work on
<editor>.
Reproducible: Always
Steps to Reproduce:
1. put the testcase (to be attached) somewhere in chrome://
2. add an window.openDialog to open the testcase
3. resize the windows
4. drag and drop from main window to testcase window
Actual Results: nothing happen
Expected Results: "boo"
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
bug 155796 might be related...
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → Future
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: kinmoz → nobody
Comment 3•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: major → S4
Priority: P3 → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•