jwong-d2l / sessionweb

Automatically exported from code.google.com/p/sessionweb
1 stars 0 forks source link

Copy option doesn't work and is shown as disabled on right click #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Right click on the string to be copied.
2.Look for the copy option
3.

What is the expected output? What do you see instead?
Copy option should be enabled and user should be able to copy on right click of 
mouse. Its disabled and doesn't work.

What version of the product are you using? On what operating system?
Windows 7 OS. Software version 19

Please provide any additional information below.

Original issue reported on code.google.com by krish...@gmail.com on 26 Aug 2012 at 9:08

GoogleCodeExporter commented 8 years ago
I guess that it is the editor in the edit session/charter page that you are 
referring to.

We are using a 3:rd party wysiwug editor (CKEditor) and according to there 
documentation some browsers does not allow interaction with the OS clipboard 
function.
(http://docs.cksource.com/CKEditor_3.x/Users_Guide/Document/Cut,_Copy_and_Paste)

I will look into if ver 4 of CKEditor will solve this but until then I suggest 
that you use ctrl-c and ctrl-v that work just fine.

Original comment by mcyr...@gmail.com on 28 Aug 2012 at 6:30