Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#12444 closed Bug (invalid)

CKkEditor adding unnecessary spaces

Reported by: Saikrishna Kuturu Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

  1. Update the 'source' mode with the following content
  2. <div>This is my test data</div>
  3. 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 Saikrishna Kuturu

Unnecessary spaces are being added & after <div> tag content is moved onto the next line.

comment:2 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

comment:3 Changed 10 years ago by Saikrishna Kuturu

Component: UI : Source ViewGeneral

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 Jakub Ś

I'm sorry but this is no forum. This is bug tracker.

Link I have provided contains sample code. Use it on HTML page.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy