Opened 15 years ago

Closed 12 years ago

#4406 closed Bug (expired)

CKEDITOR consumes the enter key for dialog textareas

Reported by: danish Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description

I have a textarea for user input in my plugins dialog. This has been added as a html element of a vbox: return {

type: 'vbox', children: [

{

type: 'html', html: '<textarea></textarea>'

]

};

When typing in this the enter key does not respond. The only way to add a linebreak is to hold Shift+Enter. Is this a known issue / is there something special I need to do to make plain enter work?

Change History (2)

comment:1 Changed 14 years ago by Garry Yao

Keywords: Pending added

WFM, could you try to provide a sample page for reproducing?

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
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