Opened 18 years ago
Last modified 18 years ago
#1332 closed Bug
Empty <blockquote> is created when getting a paragraph out of it — at Version 1
Reported by: | Aaron van Geffen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Pending | Cc: |
Description (last modified by )
An empty <blockquote> is created when getting a paragraph out of it. Steps to reproduce:
- Activate the "Show Blocks" feature
- Start typing some text
- Activate the blockquote feature
- Strike [enter] to make a new paragraph
- Type some text again
- Set the caret to the second paragraph
- Deactive the blockquote feature
This will get the <p> out of the <blockquote>, but will also create an empty <blockquote> after the <p> element.
Reformatted the description for readability.