Opened 18 years ago
Closed 18 years ago
#992 closed Bug (fixed)
CTRL+X in Source View throws error
| Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.5 Beta |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed IE | Cc: |
Description
When trying to cut in source view with CTRL+X, a JavaScript error is thrown. It seams to be an IE only issue.
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [563].
The bug occurred because the new "Cut" keystroke value was processed as a command (but not ignored) in source mode.

I think it is related to the changes for the undo system.