|
After diving into the problem more, the cause of the problem was not related to copying or pasting in the contents from the clipboard to the applet. The replicated problem showed that the applet successfully pasted in the screenshot but once the 'Attach' button was clicked, the screenshot applet closes and redirects you to the Manage Attachments page of the issue with no attached screenshot.
The cause for the screenshot not being attached is because the applet was unable to set the users session cookie to authenticate the user. Hence the user received the error message 'You are not loggedin and do not have the permission...' but as the popup applet was closed on submit this was never shown and simply redirected the user to the main window which implied that everything worked fine. The cookie was not set properly from the applet because of a known issue with firefox/camino on Mac OS X The third party issue has been resolved by JEP 0.9.6 Apple's Safari has no issue with setting the cookie because Safari does not use JEP. Hence any non-Safari browser on Mac OS X may come across this problem. From testing I found that firefox 1.5, 2.0 and Camino all had this problem. Firefox 2.0 after JEP 0.9.6 patch worked. Sam |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tim