I have a java applet which allows users to upload files.
The code for the drop zones is grabbed from:
FileDrop (Taverna 1.7.0.0 API)
Things seem to work fine for the most part. Unforunately in Firefox in Mac OSX (especially Leopard), when the user drags the browser window containing the applet, the drop zones strangely don't move. That is, they remain in the same location on the screen, so when the applet moves, they have moved relative to the applet. If they user moves the window far enough, they zones might not even be within the confines of the window any longer. If the user doesn't move the window, it's fine. If they do, they they must drop the file where the zone was, not where the visual drop zone appears to be on the screen.
Here's the applet:
TRintuition workBench Uploader
It's very odd, and other browsers seem to do fine.
If you've seen anything like this before, please let me know. thanks
