Opened 10 years ago

Last modified 10 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 Jakub Ś)

master

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following source code:
    <p>&nbsp;</p>
    
    <p><textarea name="foo"></textarea></p>
    
    <p><textarea name="foo"></textarea></p>
    
    <p>&nbsp;</p>
    
  3. go back to wysiwyg mode, and put cursor in first line
  4. 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:

  1. confirmed in chrome @ win8
  2. it was even reproducable when i placed 2 textareas in paragraph
  3. my assumption is that it's related to #11042 but it's only my gutts tell

Change History (2)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Blink added
Status: newconfirmed
Version: 4.3

I was able to reproduce this problem only in Blink from CKE 4.3

Last edited 10 years ago by Jakub Ś (previous) (diff)

comment:2 Changed 10 years ago by Jakub Ś

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy