Opened 16 years ago
Last modified 16 years ago
#3715 closed Bug
Pre output formatting is broken — at Version 1
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: | damian.chojna@… |
Description (last modified by )
Note this's not a DUP of #3188, where this ticket should deal with the basic <pre> content foramtting.
Reproducing Procedures
- Open the replace by class example page in FF;
- Load the following content with 'source' mode;
<pre> first line second line </pre>
- Switch to 'wysiwyg' mode and switch back.
- Actual Result:
<pre> first line second line</pre>
- Expected Result:
<pre>first line second line </pre>
- Actual Result:
Change History (2)
Changed 16 years ago by
Attachment: | 3715.patch added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Review? added |
Status: | new → assigned |
Since browser will remove spaces at the front of block, update the expected result accordingly.