Opened 15 years ago
Last modified 14 years ago
#7698 assigned Bug
[enterMode=BR] Impossible to exit blockquote
| Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.0 |
| Keywords: | Cc: |
Description
Using the following with an editor configured as enterMode=BR:
<blockquote> abababab^</blockquote>
Hit ENTER, then click on the blockquote button.
Expected: blockquote is removed in the current caret position.
Actual:
<blockquote> abababab^</blockquote> <blockquote> </blockquote>
Change History (8)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|---|
| Version: | → 3.0 |
comment:2 Changed 15 years ago by
As observed by j.swiderski , it happens in enter mode P also, if you have a blockquote without block elements pasted in source view.
comment:3 Changed 14 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
Changes are committed with [7080] on v4 feature branch.
comment:4 Changed 14 years ago by
| Component: | General → Core : Styles |
|---|
comment:6 Changed 14 years ago by
| Cc: | satya_minnekanti@… added |
|---|---|
| Keywords: | IBM added |
comment:7 Changed 14 years ago by
| Status: | review → assigned |
|---|
Asking for review on this ticket based on a feature branch is wrong. For now, you should simply point to the branch relative ticket, or provide a patch to trunk.
comment:8 Changed 14 years ago by
| Cc: | satya_minnekanti@… removed |
|---|---|
| Keywords: | IBM removed |

This has been true for all browsers from CKEditor version 3.0.
What is also worth mentioning is that when you paste the above code, you can not change blockquote to normal text using blockquote button. Creating and undoing blockquote inside editor (without pasting the code) works fine.