Ticket #6116 (review_failed Bug)
The contentEditable attribute is lost from textareas and inputs
| Reported by: | Saare | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 Beta |
| Keywords: | Cc: |
Description
- Load the following:
<textarea contentEditable="false">Text</textarea>
- Go to source mode.
Notice that the attribute is missing.
Attachments
Change History
comment:1 Changed 3 years ago by Saare
- Owner set to Saare
- Status changed from new to assigned
- Milestone set to CKEditor 3.4
comment:3 Changed 3 years ago by fredck
- Status changed from review to review_failed
- Milestone CKEditor 3.4 deleted
I don't think it's worth having code changes because of this one. In fact, using contenteditable in form fields is a very uncommon practice. So, let's wait for some one coming with this need from the real world.
Additionally, this issue also impacts <input> elements.
Even when considering the fix needed, I would make it inside the protectReadOnly and unprotectReadyOnly functions directly, instead of bringing overhead to processor.
Note: See
TracTickets for help on using
tickets.
