Comment 4 for bug 131145

Revision history for this message
In , Stevehalasz-yahoo (stevehalasz-yahoo) wrote :

The code for handling files dropped on the content area has moved to
/chrome/comm/content/communicator/contentAreaDD.js.

It appears that bug 36573 blocks this one. When the file is dropped on an input
element of type Text or File aEvent.target.nodeName is empty. However, dropping
the file on the 'Browse' button associated with the file input field causes
aEvent.target.nodeName to become 'INPUT' as it should.