Open
Bug 1616553
Opened 6 years ago
Updated 6 years ago
Cannot drop text into textarea if textarea content is already selected
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | affected |
People
(Reporter: alice0775, Unassigned)
Details
(Keywords: nightly-community, parity-chrome)
Chrome can drop. But Firefox cannot.
This is not a recent regression.
Reproducible: always
Steps to reproduce:
-
Open data:text/html,<textarea>1 select this text with Ctrl+A</textarea><p>2. Drag&drop this text to the above textarea</p>
-
Click textarea and Ctrl+A to select all
-
Select text below textarea and try to drag&drop to the above textarea
Actual Results:
cannot drop.
Expected Results:
Insertion point should display.
Selected text should be inserted at position of insertion point
| Reporter | ||
Updated•6 years ago
|
Summary: Cannot drop text into textarea when textarea content is selected → Cannot drop text into textarea if textarea content is already selected
Comment 1•6 years ago
|
||
Priority: -- → P3
| Reporter | ||
Comment 2•6 years ago
|
||
The highlight of the selected text in the defocused textarea is invisible. So, user cannot determine why drag&drop is not possible....
Updated•6 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•