Opened 16 years ago
Last modified 16 years ago
#4786 closed Bug
<pre> support is broken — at Initial Version
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ 3.0.2 | Cc: |
Description
This is a regression bug (#3188).
Steps to reproduce:
- open replacebyclass sample
- select the whole first line
- change format to "Formatted"
- expected result: text is surrounded with
<pre>
tag - actual result: no changes (
<p>
tag is still there)