Opened 15 years ago
Closed 15 years ago
#5594 closed Bug (invalid)
Leading spaces problematic in <pre>
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | Core : Output Data | Version: | 3.1 |
Keywords: | Confirmed | Cc: |
Description
Reproducing Procedures
- Open any of the sample page and load the editor with the following content and selection;
<pre>no leading spaces</pre>
- Switch to 'wysiwyg' mode and switch back;
- Actual Result: Leading spaces is added to the <pre> content.
<pre> no leading spaces</pre>
- Actual Result: Leading spaces is added to the <pre> content.
Actually the output is OK, since browsers ignore the leading line-break, even the result in different from 3.0.