Open
Bug 155796
Opened 22 years ago
Updated 4 years ago
d&d to <textbox> doesn't fire ondragdrop
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P5)
Tracking
()
NEW
People
(Reporter: Biesinger, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.1a+) Gecko/20020630
BuildID:
The ondragdrop handler of a <textbox> does not get called if text is dragged
into the actual input field.
It does get called if I drop directly outside the input field, but inside the
textbox.
Reproducible: Always
Steps to Reproduce:
1.add an ondragdrop handler to a <textbox> like the urlbar
2. drop some text on it
Actual Results: handler doesn't get called
Expected Results: handler should've been called
This blocks bug 57228
Comment 1•22 years ago
|
||
*** Bug 157027 has been marked as a duplicate of this bug. ***
Comment 2•22 years ago
|
||
see also bug 129869
Comment 4•21 years ago
|
||
Interesting... although I can't figure out the policy decision that decided that
editor shouldn't allow drop events to propogate. In particular to fix this you
would have to know what should happen if you try to drop text into a disabled or
readonly textfield - probably it should only ever preventDefault().
Updated•18 years ago
|
Assignee: bross2 → nobody
QA Contact: pmac
Updated•15 years ago
|
QA Contact: drag-drop
Comment 5•4 years ago
|
||
Bulk-downgrade of unassigned, untouched DOM/Storage bug's priority.
If you have reason to believe, this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•