google / google-visualization-issues

288 stars 35 forks source link

Bug: Sankey project landing page examples fail with error in IE8 #1544

Open orwant opened 9 years ago

orwant commented 9 years ago
What steps will reproduce the problem? Please provide a link to a
demonstration page if at all possible, or attach code.
1.  Go to https://developers.google.com/chart/interactive/docs/gallery/sankey in Internet
Explorer 8
2.  Observe that charts do not load, and page loads with errors.

What component is this issue related to (PieChart, LineChart, DataTable,
Query, etc)?
Sankey diagrams

Are you using the test environment (version 1.1)?
(If you are not sure, answer NO)
NO

What operating system and browser are you using?
Windows 7 64-bit / Internet Explorer 8

IE console as follows:

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2;
.NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Tue, 1 Apr 2014 04:44:50 UTC

Message: Object doesn't support this property or method
Line: 40
Char: 22972
Code: 0
URI: https://www.google.com/uds/api/visualization/1.1/1eddcd5e01e6d37ea9adf04cfa94d3c2/d3,d3sankey,format+en,default+en,ui+en,sankey+en.I.js

Message: Object doesn't support this property or method
Line: 40
Char: 22972
Code: 0
URI: https://www.google.com/uds/api/visualization/1.1/1eddcd5e01e6d37ea9adf04cfa94d3c2/d3,d3sankey,format+en,default+en,ui+en,sankey+en.I.js

Message: Object doesn't support this property or method
Line: 40
Char: 22972
Code: 0
URI: https://www.google.com/uds/api/visualization/1.1/1eddcd5e01e6d37ea9adf04cfa94d3c2/d3,d3sankey,format+en,default+en,ui+en,sankey+en.I.js

Message: Object expected
Line: 31
Char: 5
Code: 0
URI: https://google-developers.appspot.com/chart/interactive/docs/gallery/sankey_2313b5c21b364ab5cb984a27e9d62e7d.frame?hl=en

Message: Object expected
Line: 31
Char: 5
Code: 0
URI: https://google-developers.appspot.com/chart/interactive/docs/gallery/sankey_af1ee4b8965c5c97a5a2121ea29cff07.frame?hl=en

Message: Object expected
Line: 31
Char: 5
Code: 0
URI: https://google-developers.appspot.com/chart/interactive/docs/gallery/sankey_614fef65662ab40236dedfc2abdaf6ef.frame?hl=en

*********************************************************
For developers viewing this issue: please click the 'star' icon to be
notified of future changes, and to let us know how many of you are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by danny.scot.67 on 2014-04-01 04:52:11

orwant commented 9 years ago
Also worth mentioning - at least one of the examples has an extraneous comma in this
object:

var options = {
    width: 600,
};

Original issue reported on code.google.com by danny.scot.67 on 2014-04-02 00:01:03

orwant commented 9 years ago
The docs imply that the Sankey diagrams are designed to work with IE8, yet this currently
doesn't appear to be the case -- not just with the examples, but any usage.  Is IE8
supported?

Original issue reported on code.google.com by tim@patientroute.com on 2014-04-08 01:07:02