benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

File Drag Drop not working In FF3.5 #931

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
getDragData() throw exceptions: "The drag and drop event is invalid" and so 
no data is returned. 

Original issue reported on code.google.com by gears.te...@gmail.com on 3 Aug 2009 at 9:37

GoogleCodeExporter commented 9 years ago
patch submitted http://mondrian/12157488

Original comment by gears.te...@gmail.com on 3 Aug 2009 at 9:40

GoogleCodeExporter commented 9 years ago
awaiting fix for https://bugzilla.mozilla.org/show_bug.cgi?id=508479

Original comment by gears.te...@gmail.com on 6 Aug 2009 at 1:19

GoogleCodeExporter commented 9 years ago
bugzilla shows issue has been fixed. but not able to find any patch.

Original comment by krishnar...@gmail.com on 5 Nov 2009 at 1:40

GoogleCodeExporter commented 9 years ago
simple test case: the alert should _not_ fire if data is dropped on the page

  <html><body ondrop="alert('huh')">This is fun</body></html>

verified fixed on FF 3.6 (Mozilla 1.9.2)

Original comment by gears.te...@gmail.com on 25 Feb 2010 at 8:26