Opened 8 years ago
Closed 8 years ago
#16815 closed Bug (duplicate)
Pasting hyperlinks doesn't include </a> in OS X Firefox
Reported by: | Shawn M Moore | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 4.7.0 |
Keywords: | hyperlink | Cc: | shawn@… |
Description
Steps to reproduce
- Load http://ckeditor.com/features in Firefox
- Paste the text http://ckeditor.com/features into the CKEditor instance (make sure to not include any newlines)
- Type some additional text on the same line
Expected result
The hyperlink tag will be closed and the additional text added in step 3 won't be linked
Actual result
The text you type in step 3 is hyperlinked in the same <a> tag as what you'd pasted
Other details (browser, OS, CKEditor version, installed plugins)
Firefox 47.0.1, but NOT Safari 10.0.2 or Chrome 55.0.2883.95 (64-bit)
OS X 10.12.2
ckeditor is whatever is currently on http://ckeditor.com/features (looks like 4.6.2?), but also confirmed on 4.5.3.
This is a duplicate of #14288.