Opened 15 years ago

Last modified 15 years ago

#6545 closed Bug

Safari: new paragraph is being added automatically — at Initial Version

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone: CKEditor 3.4.2
Component: General Version: 3.4.2
Keywords: Mac Safari Cc: gav@…

Description

When clicking between two paragraps an empty space is added automatically.

Steps to reproduce

  • Open "Replace by Class Name" sample
  • Paste the following in source mode:
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    <p>
    	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
    
  • Click on the second line (for example on "some").
  • Result:

An empty paragraph was added to the source:

<p>
	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
<p>
	This&nbsp;is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
<p>
	&nbsp;</p>
<p>
	This is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>

Looks like a regression, cannot reproduce it in 3.4.1.

Change History (0)

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