views:

14

answers:

1

I have an applet that accepts files via drag and drop from the OS which works in every browser but Chrome. In chrome if you drag and drop a file from the OS chrome shows you the file in the browser, if you drop a .jpg for instance. Does Chrome not support drag and drop for Java in OS X?

Thanks

+1  A: 

Chrome for Mac uses a new Java plugin that isn't yet used by default in other browsers, and that plugin may not support drag and drop yet. Take a look at this bug report, starting with comment 2, for instructions on how to verify that this is a plugin bug, and if so how to report it to Apple.

smorgan
Thanks for the info.
Shizam