Opened 15 years ago
Closed 14 years ago
#5789 closed Bug (duplicate)
Losing leading whitespaces in <pre>
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.2 |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed | Cc: |
Description (last modified by )
As tells by 'test_pre_leading_whitespaces_toHtml' test, leading spaces are trimmed within pre-formatted text:
run OR view source.
Attachments (2)
Change History (6)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5789.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
---|
comment:4 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | review → closed |
Duplicate of #5595.
Changed 14 years ago by
Attachment: | 5789_2.patch added |
---|
I have no clue now to see it a regression, instead I see a browser feature here that first leading line-break in <pre> are trimmed, we should be able to compensate this line break so we have the same result in both modes.