josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Drag and drop of images fails from Firefox #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open an image in Firefox
2. Try to drag and drop the image into a Wonderland window

What is the expected output? What do you see instead?

The image should appear in-world. Instead the drop fails because Firefox is 
converting the image to .bmp format and the image-viewer does not handle this 
data type. The image-viewer module needs to be be updated to support .bmp 
images.

Original issue reported on code.google.com by nicole.m...@gmail.com on 8 Aug 2013 at 4:27