textarea/textfield contents are editable
On 3.3.x branch the following bug is noticed.
Environment
Firefox, IE
Reproducing Procedures
- Open any of the sample page and make the following selection:
<textarea name="editable" id="" cols="30" rows="10">^some text</textarea>
- Actual Result: The textarea become editable in effects.
- Press 'Enter' key inside the editable textarea;
- Actual Result: New paragraph is created before the textarea;
- Put the cursor among the text and press 'Enter' key again;
- Actual Result: In IE, the textarea is splitted into two.
Change History (5)
Milestone: |
CKEditor 3.4 →
CKEditor 3.5
|
Resolution: |
→ fixed
|
Status: |
confirmed →
closed
|
Milestone: |
CKEditor 3.4.1 →
CKEditor 3.4
|
This's a regression brought by #3593.