Opened 14 years ago
Closed 14 years ago
#5595 closed Bug (fixed)
Leading line-breaks lost in <pre>
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | Core : Output Data | Version: | 3.0 |
Keywords: | Cc: |
Description
Reproducing Procedures
- Open any of the sample page and load the editor with the following content;
<pre> Two leading breaks, one visible only.</pre>
- Actual Result: The line-break is invisible in wysiwyg mode.
Attachments (2)
Change History (10)
Changed 14 years ago by
Attachment: | 5595.patch added |
---|
comment:1 Changed 14 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
---|
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
---|
comment:4 Changed 14 years ago by
Keywords: | Confirmed removed |
---|---|
Status: | review → review_failed |
Tags with attributes should also be treated.
comment:5 Changed 14 years ago by
And also.. if the breakAfterOpen
option for the pre tag was false before, the result would not be the same.
Changed 14 years ago by
Attachment: | 5595_2.patch added |
---|
comment:6 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [5953].
Design TC updated:
run OR view source.