Opened 14 years ago
Closed 9 years ago
#6680 closed Bug (worksforme)
Firefox: problem with removing links
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | jehrenzweig@… |
Description
Removing links in Firefox is problematic and doesn't work as expected.
Issue 1
The link is not completely removed. When typing the text it becomes a link.
- press "New Page" to clear all contents
- click on a "Link" and type some url, press OK to insert the link
- click at the end of the link, use keyboard (shift + left arrow key) to select the whole link
- press "Delete" key to delete the selected text (link)
- type some text
- result: the text is a link
Issue 2
Similar to 1. Occurs when link is removed and there is some content before the link.
- having some initial text in CKEditor in the first line, go to the end of this line, press space
- click on a "Link" and type some url, press OK to insert the link
- click at the end of the link
- press "Backspace" key a couple of times to delete the selected text (link)
- type some text
- result: the text is now surrounded with a span tag:
<span style="text-decoration: underline;"></span>
Change History (4)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Cc: | jehrenzweig@… added |
---|
comment:4 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | confirmed → closed |
Works correctly on FF 43.0 with CKEditor 4.5.6.
There are two other tickets that concern exiting link in Firefox: #8146, #10966 , #10709.