Opened 11 years ago
Last modified 9 years ago
#10709 confirmed Bug
Firefox, IE: Text entered after pasted URL becomes part of that URL
Reported by: | angell | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE Firefox Support | Cc: |
Description
Environment: Windows 7/8, Chrome 28, FF 23
- Copy a URL from Chrome's address bar
- Go to Firefox and paste that URL into a ckeditor text field
- Immediately enter additional text (no spaces) after the URL
Result: The text you enter after the pasted URL becomes part of the text.
Real life use case: You enter in the text "Check out my website (https://www.google.com/) Here, the right side closing parentheses becomes bolded like it is actually part of the URL.
Only happens on Windows, and only from Chrome/IE10 to Firefox.
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | Screen Shot 2013-08-08 at 5.32.37 PM.png added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.3 Beta → 4.0 Beta |
comment:2 Changed 11 years ago by
Keywords: | IE Firefox Support added |
---|
comment:3 Changed 11 years ago by
NOTE: We had similar issue in CKE 3.x #5978. It was fixed then but it has reoccurred again in CKE 4.x.
comment:4 Changed 11 years ago by
Summary: | Firefox: Text entered after pasted URL becomes part of that URL → Firefox, IE: Text entered after pasted URL becomes part of that URL |
---|
comment:5 Changed 9 years ago by
Still broken (FF 43.0, CKEditor 4.5.6). See related issue for further explanation #14288#comment:7.
comment:6 Changed 9 years ago by
Before working on this ticket, it's useful to look here 14288#comment:9 (similar problem - similar solution).
Problem can be reproduced from CKEditor 4.0 beta. It hasn't worked like that in CKEditor 3.x and started working that way in Firefox and IE9-11 from CKEditor 4.0 beta.
IE:
If you paste URL say from Chrome URL bar and start typing after it then text gets linked.
Firefox:
URLs don't get autolinked in Firefox but this problem can be reproduced with link dialog as well. Just insert link using link dialog, press right arrow and start typing. It has worked in CKE 3.x but stopped in CKE 4.x.
There are three other tickets that concern exiting link in Firefox: #8146, #10966 , #6680.
As a workaround on Windows in all these browsers user can use End key to get out of the link.
To get out of the link on MAC in Firefox user can use CMD+Right Arrow
Elements path shows where user is - after paste user is inside link and after pressing End selection is moved to paragraph.