Text coping by Ctrl+Ins doesn't work
Text coping by Ctrl+Ins doesn't work anymore. Reproduced at http://www.fckeditor.net/demo
Additional info:
I have old integration with FCKeditor 2.2 there copying by Ctrl+Ins work fine. If I add [ CTRL + 45 /*INS*/, 'Copy' ] to FCKConfig.Keystrokes problems solves for IE. But under Firefox (version 2.0.0.14) I start getting warnings that copying is disabled by my browser for security reasons. This is incorrect cause using the same version of Firefox and FCKeditor 2.2 I can copy text by Ctrl+Ins without any problem.
Change History (6)
Keywords: |
Confirmed added
|
Milestone: |
→ FCKeditor 2.6.1
|
Version: |
→ SVN
|
Owner: |
set to Martin Kou
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Confirmed the problem.
This should be trivial to fix. Just add [ CTRL + 45, true ] to the FCKConfig.Keystrokes array.