I have applet which loads form. The form has text, textarea, dropdown, checkbox controls. After upgrading to JRE 1.7 Im not able to right click inside my text fields to copy/paste any content.
My JAR file is dually signed and security permissions set. I have also tried the workaround by changing settings in .java.policy file :
// "standard" properies that can be read by anyone
permission java.awt.AWTPermission "accessClipboard";
Interestingly enough I can do copy/paste by right click inside my TEXTAREA control but not inside any other control.
Any suggestions/advice?
They were always a PITA, and that increased by an order of magnitude with the recent security updates.
JFrame
launched using Java Web Start. OTOH, it might have also become subject to the 'no right click' philosophy.