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 is some <strong>sample text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p> <p> </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.