Ticket #2170 (closed Bug: fixed)

Opened 14 months ago

Last modified 14 months ago

Text coping by Ctrl+Ins doesn't work

Reported by: SibProgrammer Owned by: martinkou
Priority: Normal Milestone: FCKeditor 2.6.1
Component: General Version: SVN (FCKeditor)
Keywords: Confirmed Review+ Cc:

Description

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.

Attachments

2170.patch (1.0 KB) - added by martinkou 14 months ago.

Change History

Changed 14 months ago by martinkou

  • keywords Confirmed added
  • version set to SVN
  • milestone set to FCKeditor 2.6.1

Confirmed the problem.

This should be trivial to fix. Just add [ CTRL + 45, true ] to the FCKConfig.Keystrokes array.

Changed 14 months ago by martinkou

Changed 14 months ago by martinkou

  • keywords Review? added

Changed 14 months ago by martinkou

  • owner set to martinkou
  • status changed from new to assigned

Changed 14 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 14 months ago by martinkou

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [1962].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.