Get rid of `nsIFormController::AllowDrop`
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file, 1 obsolete file)
It's introduced in bug 206859, however, in bug 345195, we have replaced <input type="text">
in <input type="file">
with <label>
. Therefore, the only user in EditorBase
of nsIFormControl::AllowDrop()
can stop using it and we can get rid of the API.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
It was introduced in bug 206859, but the <input type="text">
in
<input type="file">
was replaced in bug 345195. Additionally, it's
used only by EditorBase
to check <input type="text">
is in
<input type="file">
. Therefore, we don't need it anymore.
Assignee | ||
Comment 2•2 years ago
|
||
Bug 206859 didn't add a test. And now, we don't have <input type="text">
in the native anonymous subtree of <input type="file">
. Therefore, this
patch adds API to retrieve the elements in the native anonymous subtree
and make the test check whether the dropped text is handled by the file
control.
Depends on D181599
Comment 4•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•