Opened 17 years ago
Closed 17 years ago
#927 closed Bug (worksforme)
Ctrl-X not working in Opera for the first selection
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Opera Compatibility |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Opera | Cc: |
Description (last modified by )
Summary:
After FCKeditor is loaded, the first selection cannot be cut by Ctrl-X.
Reproduction procedures:
- Grab the newest FCKeditor code or the 2.4.3 code from SVN.
- Load one of the samples in Opera 9.21.
- Select some text.
- Press Ctrl-X.
- The text is not cut.
Change History (5)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
Ctrl-X works properly if text is selected using keyboard (Opera 9.23). I guess this bug is related to #1107.
comment:5 Changed 17 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me too, with the trunk and Opera 9.50 Alpha (9491). Feel free to reopen it if you have different results Martin.
Commenting out the FCK.KeystrokeHandler.AttachToElement(...) lines in fck.js would not prevent the bug from happening. So it shouldn't have to do with the keystroke handler logic. And I'm quite certain that it has nothing to do with event.preventDefault().