Opened 16 years ago
Closed 16 years ago
#3603 closed Bug (wontfix)
Line break mangled in source
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | CantFix | Cc: |
Description
We should not touched the originally line-breaks/tabs within source code, currently the line break been replaced with a single whitespace, which doesn't make sense.
Reproducing Procedures
- Open the replace by class example page with the following content:
<p> line break</p>
- Switch to wysiwyg mode an switch back.
- Actual Result : Source codes now as :
<p> line break</p>
- Expected Result : Source code leave untouched.
- Actual Result : Source codes now as :
Change History (1)
comment:1 Changed 16 years ago by
Keywords: | CantFix added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is not doable, specially with IE. There should be no negative effect with it.
This is a DUP of a quite old ticket... I'm sure.