#8228 closed Bug (fixed)
[Webkit] enter does not exit from pre blocks
Reported by: | Karen Ananiev | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.1 |
Keywords: | Cc: |
Description
- Type some text
- Apply Formatted paragraph format
- Press enter. Nothing happens.
- Press enter the second time. The new line inside pre block will be created.
Expected: creating of the new paragraph after the first enter.
Probably reason: range.checkEndOfBlock returns false in this case.
Also it would be great if you'll make the behavior of Enter key inside pre blocks configurable so it is possible to come back the old behavior - exiting from pre blocks with Shift+Enter.
Change History (3)
comment:1 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Status: | new → confirmed |
Version: | → 3.6.1 |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This is no longer reproducible in latest CKEditor 3.6.5
Confirmed for Chrome12 (ubuntu) & Chrome 14 (winxp)