evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Copy function no longer copies java applet output #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The 'Copy' button no longer takes the output from the applet to the system 
clipboard.  This may be a well known security problem for unsigned applets.  

Consider exploring add on libraries (e.g. 
http://code.google.com/p/zeroclipboard/) to work around this issue.

Original issue reported on code.google.com by jwzuraw...@gmail.com on 17 Mar 2011 at 12:57

GoogleCodeExporter commented 9 years ago
In case detail would help, I'm using 
Google Chrome   12.0.742.68 (Official Build 86550) beta-m
and 
Firefox 4.01
with 
Oracle Java 6 1.6.0_25-b06
and the NDT v5.5.4a
at 
http://netspeed1.stanford.edu:7123/
and
http://nettest.lbl.gov:7123
and neither the "Copy" button nor manually selecting and Ctrl+C will copy 
anything from any of the Java windows. 

It is a shame that all the detailed information is inaccessible for saving and 
comparing!

Original comment by LorenAme...@gmail.com on 1 Jun 2011 at 1:38

GoogleCodeExporter commented 9 years ago
Sorry to bug you, but I just discovered I can still copy from Firefox 3.0.4 
under Ubuntu 8.10 Intrepid, even though it has the same latest Java 6 v25. The 
"Copy" buttons are still grayed out and do nothing, but manual select and copy 
works fine. You can also _edit_ the text in the result windows, and it stays 
edited if you close the window and re-open it!

My previous comment was about Windows 7 32-bit, so maybe this is a Windows 
issue, or maybe a new browser issue, but it is not a Java version issue. 

Original comment by LorenAme...@gmail.com on 1 Jun 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Me again - sorry! While studying the results I'd copied, I noticed NDT reported 
it had managed to find the _old_ Java plugin 1.6.0_10-b33, instead of the newly 
installed 1.6.0_25-b06! Apparently if the Java app requests the new version it 
runs, but otherwise Firefox defaults to using the old version. When I hid the 
old version so it was forced to use the new one, I could no longer copy 
results. 

So my previous conclusion was exactly wrong - the problem _is_ related to the 
Java version!

Original comment by LorenAme...@gmail.com on 1 Jun 2011 at 5:20

GoogleCodeExporter commented 9 years ago

Original comment by smale...@soldevelo.com on 18 Feb 2014 at 8:23

GoogleCodeExporter commented 9 years ago
Since rev.901 you can sign java applet with given certificate during configure 
(--with-cert=<file> --with-alias=<alias>). Copying (buttons and ctrl+c) works 
with last Java version (after sign).

Last commit fix problem with disabled "Copy" button in "More Details" window. 
Also improve code by add separate copy function and change variable name).

Changes available on branch applet_55. Feel free to review.

Original comment by smale...@soldevelo.com on 18 Feb 2014 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by smale...@soldevelo.com on 4 Mar 2014 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 23 Jun 2014 at 5:53