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 15 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
WFM, could you try to provide a sample page for reproducing?