Opened 13 years ago
Last modified 11 years ago
#8809 confirmed Bug
When adding blockquote to Fromat dropdown it doesn't work as expected
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
To reproduce:
- Add below configuration options or modify format plugin.
CKEDITOR.config.format_tags = 'p;h1;h2;h3;h4;h5;h6;pre;address;div;blockquote'; CKEDITOR.config.format_blockquote = { element : 'blockquote' };
- Refresh the page, you will see blank line at the bottom (adding new entry in language file is optional for tests - tag_blockquote : 'Blockquote')
- Try to format selection with it.
Results: you can't change the selection with blockquote. This tag is added in new line when there is no selection but it behaves like paragraph - new blockquote is inserted with every enter.
Workaround is to use blockquote button
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
#10996 was marked as duplicate.