Opened 15 years ago
Closed 13 years ago
#4972 closed Bug (fixed)
Pressing Shift+Enter at the end of <li> generates invalid HTML when shiftEnterMode != ENTER_BR
Reported by: | pomu0325 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | 3.1 |
Keywords: | Cc: | pomu@… |
Description
To Reproduce
- Add following settings to config.js.
config.enterMode = CKEDITOR.ENTER_BR; config.shiftEnterMode = CKEDITOR.ENTER_P;
- Open sample page.
- Click "Numbered List" or "Bulleted List" button from toolbar.
- Type some text.
- Press Shift+Enter from keyboard.
- <p> is inserted under <ul>
- See breadclumb on attached screenshot
- Switch to source-mode, <p> is moved before the <ul>
Attachments (1)
Change History (2)
Changed 15 years ago by
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
No longer reproducible in latest CKEditor 3.6.3.
screenshot