[Bug 131145]

Enn enndeakin at gmail.com
Mon May 30 11:26:38 UTC 2011


Comment on attachment 534375
Patch 2

@@ +584,5 @@
>> +
>> +  // We only support dropping files onto a file upload control
>> +  PRBool typeSupported;
>> +  types->Contains(NS_LITERAL_STRING("Files"), &typeSupported);
>> +  return typeSupported;

> You can also get the file list and check if it's empty.

No, you shouldn't do that during dragover, as it will unnecessarily
cause the need to retrieve the data of the drag from the source
application which can be slow.

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/131145

Title:
  Dragging icon from Nautilus to HTML File Input box does not work




More information about the Ubuntu-mozillateam-bugs mailing list