Opened 10 years ago

Closed 10 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.

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following code:
    <p>&nbsp;</p>
    
    <p><textarea name="foo"></textarea></p>
    
    <p>&nbsp;</p>
    
  3. move caret in first line
  4. 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.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

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.

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