Opened 15 years ago
Closed 13 years ago
#5510 closed Bug (duplicate)
Style plugin not working on selection
Reported by: | Gilles van den Hoven | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: | gilles@… |
Description
The Styles combo does not work as expected. I have this custom configuration:
{ enterMode: CKEDITOR.ENTER_BR, removePlugins: 'elementspath', startupOutlineBlocks: true }
When i start out with this (in the skins.html demo):
<textarea cols="80" id="editor_v2" name="editor_v2" rows="10"><h1>This is some <h3><strong>sample text</strong></h3>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</h1></textarea>
1) Select the text "You Are"
2) Click the "Heading 2" in the styles combo
3) Everything becomes "Heading 2" e.g. all tekst.
Expected behaviour is that the text "You Are" is wrapped with <h2></h2> tags.
Attachments (4)
Change History (5)
Changed 15 years ago by
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is the expected behaviour.
DUP of #5604
Pre action