benlilaj / gears

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

IE7 desktop.getDragData returns null #902

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use
http://code.google.com/p/gears/source/browse/trunk/gears/test/manual/drag_and_dr
op.html?spec=svn3348&r=3348

2. Try to drop some file in IE7

3. File size is not displayed in IE7 (in FF 3.0.11 is OK) because
desktop.getDragData returns null

What is the expected output? What do you see instead?
It should display file size at a bottom. But since desktop.getDragData
returns null you cannot access dragged files.

What version of the product are you using? On what operating system?
Gears 0.5.23.0; IE 7; Windows XP Professional

Please provide any additional information below.

Original issue reported on code.google.com by the.dang...@gmail.com on 7 Jul 2009 at 10:02

GoogleCodeExporter commented 9 years ago
I reproduced same in Chrome 2.0.172.33

Original comment by the.dang...@gmail.com on 8 Jul 2009 at 2:15

GoogleCodeExporter commented 9 years ago
Chrome 2.0.172.33 is on the Stable channel.  Gears 0.5.21.0 (drag drop) is on 
the 
Chrome Dev channel, starting at version 2.0.181.1 ...

  http://googlechromereleases.blogspot.com/2009/05/dev-channel-update-201811.html

Refer to http://dev.chromium.org/getting-involved/dev-channel for details about
the Stable, Beta, and Dev channels before deciding to upgrade.

Original comment by noel.gor...@gmail.com on 9 Jul 2009 at 2:48

GoogleCodeExporter commented 9 years ago
Tested the script on IE7 Vista, and it's working as intended.  Note the script
loads gears-init.js using a relative path:
  <script type="text/javascript" src="../../sdk/gears_init.js"></script>
so you'd that the script to work as is.

Original comment by noel.gor...@gmail.com on 3 Aug 2009 at 9:27

GoogleCodeExporter commented 9 years ago
Yeah, with Gears 0.5.30.0 problem with returning null in IE is solved

Original comment by the.dang...@gmail.com on 3 Aug 2009 at 9:32

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Still happening on IE7 with Gears 0.5.36.0.

Original comment by len...@gmail.com on 7 May 2010 at 9:30