earthoutreach / earth-api-utility-library

Automatically exported from code.google.com/p/earth-api-utility-library
0 stars 0 forks source link

createBoundsView bug on IE 9 #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add 
http://earth-api-utility-library.googlecode.com/svn/tags/extensions-0.2.1/dist/e
xtensions.pack.js as the JS script to the HTML header (link taken from the 
first wiki page)
2. Initialize the gex
3. Create bounds for a few placemarks and then call createBoundsView on the 
latest IE9 (all updates installed, if there are any; accelerators and 
compatibility views disabled)

What is the expected output? What do you see instead?
Expected: a view object.
Output: 'object is unsigned' error; the plugin code makes extensive use of the 
keyword "this", which SHOULD reference the gex object, but in this case it 
seems to reference the page the JS is ran on

PS. My knowledge of JS is limited; I've written this report as best I can

Original issue reported on code.google.com by shaamaan...@gmail.com on 23 Aug 2011 at 7:19

GoogleCodeExporter commented 8 years ago
PS. The problem is resolved when using the trunk link on the first wiki page!

Original comment by shaamaan...@gmail.com on 23 Aug 2011 at 7:20