Opened 11 years ago
Closed 11 years ago
#11262 closed Bug (duplicate)
[FF] forms plugin allows you to place caret inside textarea
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
at least since 4.3 (didnt check earlier) until master
You are able to put caret inside textarea in CKEditor.
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following code:
<p> </p> <p><textarea name="foo"></textarea></p> <p> </p>
- move caret in first line
- pres down arrow
Expected result:
Textarea should become selected (as far as i know fake selection should be applied)
Current result:
Caret will be placed inside textarea allowing you to edit textareas value.
Problem can be reproduced from CKEditor 3.0 in FF only.
There is error being thrown:
Error: Permission denied to access property 'nodeType'
Line: 1128
URL:/ckeditor4_git/core/selection.js
This is a DUP of #9612.