#12444 closed Bug (invalid)
CKkEditor adding unnecessary spaces
Reported by: | Saikrishna Kuturu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Update the 'source' mode with the following content
- <div>This is my test data</div>
- Switch to 'WYSIWYG' mode and switch back,
Actual Result: <div>
This is my test data</div>
Expected Result: <div>This is my test data</div>
Kindly revert with a resolution for this issue. Thanks
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | UI : Source View → General |
---|
Can you please elaborate on how do i fix this issue. Is this a configuration change in any of the .js file?
Issue: Source changes to:
<div>
This is my test data</div>
Expected: <div>This is my test data</div>
comment:4 Changed 10 years ago by
I'm sorry but this is no forum. This is bug tracker.
Link I have provided contains sample code. Use it on HTML page.
Unnecessary spaces are being added & after <div> tag content is moved onto the next line.