Opened 13 years ago
Closed 13 years ago
#9303 closed Bug (duplicate)
Using backspace key causes javascript error, bumps you out of the editor when debugging
| Reported by: | Lynne Kues | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.6.4 |
| Keywords: | IBM | Cc: |
Description
FF 10 ESR Enable running with Firebug. Go to CKEditor demo. Select the text in the fairy tale link. Press the backspace key. "A.getNative().createRange()" is not a function error occurs in Firebug console. Press continue. E is undefined error occurs in Firebug console. Press continue. You get bumped out of the editor and put back on the main CKEditor page.
While there may be no ill-effects of this while running in non-debug mode, it is a bit of a productivity killer when doing development that involves the editor since you get bumped out of the context in which you are running.
Change History (3)
comment:1 Changed 13 years ago by
| Summary: | Deleting a hyperlink with backspace key causes javascript error, bumps you out of the editor when debugging → Using backspace key causes javascript error, bumps you out of the editor when debugging |
|---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
This issue is to be handled at #9112, so I'm closing this one.

Just using the backspace key causes the error. I thought it was related to deleting a hyperlink, but it is not.