Opened 15 years ago
Closed 13 years ago
#5315 closed Bug (duplicate)
caret position when there is a blockquote as a default content
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
Load the attached page, in which i removed the docType in the config and added CSS to the blockquote to illustrate the boundries of the block.
Click somewhere in the white area below the blockquote.
- in IE: the caret is going into the blockquote, after the <p> tag inside. type some text and see that there is no new paragraph created.
- in FF: the caret is jumping into the paragraph.
when a user click inside an editor after the blockquote he expects the editor to create a new paragraph after the blockquote, in which he will be able to write his notes about the quote.
Attachments (1)
Change History (3)
Changed 15 years ago by
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | pending → closed |
behaviour confirmed also on 3.6.2Trunk, but
Result
new paragraph is created from quotation second line - usual behaviour of CKEditor.
Is it a bug?