Community
Participate
Working Groups
The 'native' context menu (cut/copy/paste) does not show up any more when right-clicking on a multiline read-only text widget To reproduce: * open the controls demo * go to the 'Text' tab * select MULTI * deselect Editable * right-click into the text widget -> nothing happens Applies at least to IE 8, Firefox, Chrome
It works for me in FF and Chromium. Can you try to reproduce it with the online demo (uses the latest nightly)? http://rap.eclipsesource.com/rapdemo/rap?startup=controls
Ok, I can reproduce it when I uncheck the "Editable" checkbox (Editable and READ_ONLY seem to interfere in the Text tab). RAP 1.3 shows the same behavior.
Fixed in CVS HEAD. Removed the check for read-only in Menu.js#getAllowContextMenu.