Closed
Bug 705634
Opened 13 years ago
Closed 6 years ago
input/textarea contenteditable="false" behaves oddly
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: neil, Unassigned)
References
()
Details
Steps to reproduce problem:
1. Create a contenteditable area containing an input and/or textarea
2. Set contenteditable="false" on the input/textarea
3. Try to type into the input/textarea
Actual results: input/textarea is focusable but not clickable or editable
Expected results: input/textarea is editable but not contenteditable
Additional information: input/textarea is deletable!
Workaround: embed the input/textarea in a <span contenteditable="false">
Comment 1•6 years ago
|
||
not reproduce on the latest Nightly. Feel free to reopen this with sample.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•