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 Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu.
https://bugs.launchpad.net/bugs/131145

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to