Opened 11 years ago
Last modified 11 years ago
#11261 confirmed Bug
[Blink] Problem with textarea in paragraph
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Blink | Cc: |
Description (last modified by )
master
- open any sample with CKEditor (i.e. samples/replacebyclass.html)
- use following source code:
<p> </p> <p><textarea name="foo"></textarea></p> <p><textarea name="foo"></textarea></p> <p> </p>
- go back to wysiwyg mode, and put cursor in first line
- press down arrow
Important note:
With firefox even more weird things happen, we are able to place cursor inside textarea, and some exception like:
Error: Permission denied to access property 'nodeType' @ http://presets.ckeditor.dev/4.3.1/full-all/ckeditor/ckeditor.js:353
Are thrown, however it has already been that way at least since 4.3 (#11262).
Expected result:
Caret should move to paragraph with textarea
Current result:
Caret skips paragraph with textarea, and moves to last line
additional info:
- confirmed in chrome @ win8
- it was even reproducable when i placed 2 textareas in paragraph
- my assumption is that it's related to #11042 but it's only my gutts tell
Change History (2)
comment:1 Changed 11 years ago by
Keywords: | Blink added |
---|---|
Status: | new → confirmed |
Version: | → 4.3 |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
I was able to reproduce this problem only in Blink from CKE 4.3