Community
Participate
Working Groups
Build Identifier: RAP 1.4 M5 In M4 Ctrl+C, Ctrl+V works. In M5 not. You can still use the context menu to copy and paste, but the keybinding seems to be missing. Reproducible: Always Steps to Reproduce: 1. Try to copy text from a text widget by using Ctrl+C
In 1.4 M5 we implemented a keybinding support in the workbench and enabled the default workbench keybindings ( Bug 282449 ). CTRL+C and CTRL+V are default workbench keybindings (in org.eclipse.rap.ui\plugin.xml they are defined as M1+C and M1+V), which prevents the browser CTRL+C and CTRL+V keybindings to work.
Setting this to P1, because it's a regression. Ctrl-C and Ctrl-V should work. Can't we simply exclude these key sequences from the default list?
Excluding CTRL+C and CTRL+V keybindings from the default list is an easy fix, but this will not prevent the problem to reappear if someone define its own CTRL+C, Ctrl-V keybinding.
(In reply to comment #3) > Excluding CTRL+C and CTRL+V keybindings from the default list is an easy fix, > but this will not prevent the problem to reappear if someone define its own > CTRL+C, Ctrl-V keybinding. As we don't have clipboard support, the Ctrl-C and Ctrl-V key bindings are not effective in RAP anyway. Therefore I would not hesitate to disable them, even if this is only a partial fix. At least it will solve the problem for most users. But I wonder, if bindings for these key sequences are added explicitly, does the behavior really differ between RAP and RCP?
Ctrl-C (copy), Ctrl-V (paste) and Ctrl-X (cut) are removed from the default workbench keybinding list. Crtl-A (select all) and DEL (delete) keybindings are removed from the list too as they are conflicting with the Text widget functionality.