Opened 14 years ago
Closed 14 years ago
#6681 closed Bug (fixed)
Firefox: unable to insert a link after deleting it
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox | Cc: | jehrenzweig@… |
Description
- Go to http://ckeditor.com/demo
- Click the “New Page” icon
- Click on the “Link” icon, paste a URL into the field, and click the “OK” button. The hyperlinked URL will appear in the CKEditor, as expected.
- Click the “Delete” keyboard button (aka Javascript keycode = 46).
- Click on the “Link” icon, paste a URL into the field, and click the “OK” button.
- Problem: the URL does not get pasted into the CKEditor, nor does it appear in the HTML source code.
However, if you repeat this process and click the “Backspace” keyboard button (aka Javascript keycode = 8) in Step 4, everything works properly.
It seems that it never worked properly so I'm setting the version to 3.0, although in earlier versions (<3.2) the (invalid) result was different (due to #4886).
Change History (4)
comment:1 Changed 14 years ago by
Cc: | jehrenzweig@… added |
---|
comment:2 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Status: | confirmed → pending |
---|
I'm unable to reproduce it now using CKEditor 3.6.1 in Firefox 3.6.18. Can you confirm it as well? It looks like the link is correctly deleted after pressing "Delete" key now.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
Can't reproduce it either. It seems that it was fixed in CKE 3.5.1
The problem is that FF leave an empty link element after "Delete" key pressed, WFM in all other browsers.