Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 884 by scottklarr: Bugs appear if gears_init.js is included from the head.
http://code.google.com/p/gears/issues/detail?id=884 What steps will reproduce the problem? 1. Include gears_init.js in the head of the html document. 2. Use a drag-and-drop file script. What is the expected output? What do you see instead? If you drop one set of files in, and then a second, getDragData will return only the first set of files. If you move the gears_init.js inclusion to the body of the html document, everything works ok. What version of the product are you using? On what operating system? 0.5.21.0 Please provide any additional information below. It might be a good idea to put a notice on the 'Resources and Tools' page of the 'Developer's Guide' that lets people know gears_init.js must be included in the body of the document, not the head. It sure would have saved me hours of looking in the wrong place in search of the bug. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
