Hi Luca, are you sure you are running the developer api.... if I remember correctly google uses versions like "1.1" as release and "1.0" as developer apis
in the release version you will not get any error notifications. regards, Peter On Tue, Jul 12, 2011 at 11:01 PM, Luca Mattos Möller < [email protected]> wrote: > I'm not getting any error (at least I'm not seeing any in the ie developer > tools), maybe it is timeout, don't know. > > Looking at the requests the page makes: > > *- When I dont use <meta http-equiv="X-UA-Compatible" > content="IE=8"/>: (the charts doesnt load)* > > URL Method Result Type Received Taken Initiator > Wait Start Request Response Cache read Gap > http://127.0.0.1:8888/VisualizationTest.html?gwt.codesvr=127.0.0.1:9997 > GET 200 text/html 2,85 KB 47 ms 0 31 0 16 > 0 1872 > /VisualizationTest.css GET 200 text/css 0,74 KB 15 ms > 47 0 0 15 0 1857 > /visualizationtest/visualizationtest.nocache.js GET 200 > application/x-javascript 5,46 KB 15 ms 47 0 0 15 > 0 1857 > /visualizationtest/hosted.html?visualizationtest GET 304 > text/html 113 B 15 ms 94 0 0 15 0 1810 > http://www.google.com/jsapi?callback=__gwt_AjaxLoader_onLoad GET > 304 text/javascript 273 B < 1 ms 1919 0 0 0 0 > 0 > > > *- When I use <meta http-equiv="X-UA-Compatible" content="IE=8"/> and > clear ie's history (the chart works, but only after clearing history. If I > reaload the page it doesnt work, if I clear history and reload it wotks for > one more time xD):* > > URL Method Result Type Received Taken Initiator > Wait Start Request Response Cache read Gap > http://127.0.0.1:8888/VisualizationTest.html?gwt.codesvr=127.0.0.1:9997 > GET 200 text/html 2,84 KB 16 ms 0 0 0 16 0 > 3775 > /VisualizationTest.css GET 200 text/css 0,74 KB 16 ms > 16 0 16 0 0 3759 > /visualizationtest/visualizationtest.nocache.js GET 200 > application/x-javascript 5,46 KB 16 ms 16 0 0 16 > 0 3759 > /visualizationtest/hosted.html?visualizationtest GET 200 > text/html 11,36 KB 125 ms 203 0 125 0 0 3463 > http://www.google.com/jsapi?callback=__gwt_AjaxLoader_onLoad GET > 200 text/javascript 22,38 KB 484 ms 1872 0 468 > 16 0 1435 > http://www.google.com/uds/?file=visualization&v=1&packages=piechart&async=2 > GET 200 text/javascript 0,87 KB 436 ms 2372 0 > 436 0 0 983 > > http://www.google.com/uds/api/visualization/1.0/f69f84183e0a26bd11ae36e170d1f22b/default,browserchart,piechart.I.js > GET 200 application/x-javascript 226,11 KB 0.98 s 2808 > 0 312 671 0 0 > > > As you can see, when it works there are 2 more request to load the > javascript charts api. When it doesn't there is just the first request to > google that I don't know the exact meaning. Any hints? > > Thanks! > Luca > > 2011/7/12 Peter Wraae Marino <[email protected]> > >> Hi Luca, >> >> haven't tested your example,.. but it does sound like the same bug. what >> error messages do you get with IE9? >> >> peter >> >> On Tue, Jul 12, 2011 at 10:10 PM, Luca Mattos Möller < >> [email protected]> wrote: >> >>> Hi Jinji, >>> >>> so I think I'm stucked on another bug. My problem is that ehe >>> vizualization api for GWT is not working on IE9. Just to check, I've created >>> a simple project with the getting started example, and it does not work in >>> IE9. The example can be found here: >>> http://code.google.com/p/gwt-google-apis/wiki/VisualizationGettingStarted >>> >>> If I put the meta tag <meta http-equiv="X-UA-Compatible" content="IE=8"/> >>> in the html, erase the browsers history and reload the page, the example >>> chart works fine. Any idea of what may be happening? >>> >>> Thanks! >>> Luca >>> >>> >>> >>> >>> 2011/7/12 Jinji <[email protected]> >>> >>>> Guys, we understand this is a major issue, and are working to get it >>>> resolved. This has taken more time than anticipated for some reasons >>>> unrelated to this specific bug, and we hope to have this fixed soon. Please >>>> be patient for a little while longer. >>>> >>>> Also note that this bug only relates to published sheets (with "pub=1" >>>> in the URL). >>>> >>>> >>>> On Tue, Jul 12, 2011 at 3:10 PM, [email protected] < >>>> [email protected]> wrote: >>>> >>>>> I agree with you! This bug is critical and has been noticed more than a >>>>> month ago. They are taking too long to fix it, as if it is wasn`t so >>>>> important (your website just won`t open for some users!) >>>>> I`m a bit disapointed too... >>>>> Enviado de meu telefone Nokia >>>>> -----Mensagem original----- >>>>> De: Peter Wraae Marino >>>>> Enviado: 12/07/2011, 03:29 >>>>> To: [email protected] >>>>> Assunto: Re: [visualization-api] Re: visualization does not work in >>>>> internet explorer... still >>>>> >>>>> >>>>> Hi Luca, >>>>> >>>>> I wrote directly to one of the developers and he said they have a fix >>>>> for >>>>> this problem, but he couldn't tell me when it would be release. >>>>> >>>>> I find it very strange that they don't release a fix for such a major >>>>> bug. >>>>> I'm currently removing all googles charts, tables, spreadsheets from my >>>>> website because the club I work at have 800 members and I'm receiving >>>>> too >>>>> many complaints that pages are failing. >>>>> >>>>> This bug has been valid for a long time and apparently google don't see >>>>> this >>>>> as a major bug (which it is). I am a Chrome user, but lots of our >>>>> clients >>>>> still use IE and I have to make sure our website works for them too. >>>>> >>>>> This bug really is making me reconsider using googles api. >>>>> >>>>> Peter >>>>> >>>>> On Tue, Jul 12, 2011 at 12:34 AM, Luca Möller < >>>>> [email protected]>wrote: >>>>> >>>>> > Hi Peter, >>>>> > >>>>> > I'm having this same problem with IE9. I'm using the GWT >>>>> Visualization >>>>> > to show ColumnCharts, and in IE9 they simply doesnt render and stop >>>>> > the javascript execution (aparently it gets stuck in the >>>>> > "VisualizationUtils.loadVisualizationApi(callback, >>>>> > ColumnChart.PACKAGE)" call). >>>>> > >>>>> > An immediate solution I've found for now is to use the meta tag >>>>> > <meta http-equiv="X-UA-Compatible" content="IE=8"/> >>>>> > This will make the charts render again, but the rest of the page will >>>>> > also be rendered like it would in IE8 (at least your page will work >>>>> > for users that have IE9). >>>>> > >>>>> > Another soluton I'm studying is using the chrome frame (GCF), but I'm >>>>> > not confortable with idea os forcing users to install it. >>>>> > >>>>> > If you know about any other workarounds for this problem before an >>>>> > oficial solution is released, I would like to know! >>>>> > >>>>> > see ya! >>>>> > Luca >>>>> > >>>>> > On 11 jul, 09:23, Peter Wraae Marino <[email protected]> wrote: >>>>> > > Hi everybody, >>>>> > > >>>>> > > I have created an issue on this: >>>>> > >>>>> http://code.google.com/p/google-visualization-api-issues/issues/detai. >>>>> .. >>>>> > > >>>>> > > please star it to show google how important this is!... it must >>>>> work on >>>>> > IE9 >>>>> > > >>>>> > > regards, >>>>> > > Peter >>>>> > >>>>> > -- >>>>> > You received this message because you are subscribed to the Google >>>>> Groups >>>>> > "Google Visualization API" group. >>>>> > To post to this group, send email to >>>>> > [email protected]. >>>>> > To unsubscribe from this group, send email to >>>>> > [email protected]. >>>>> > For more options, visit this group at >>>>> > http://groups.google.com/group/google-visualization-api?hl=en. >>>>> > >>>>> > >>>>> >>>>> >>>>> -- >>>>> Bellinge Gymnasterne: http://www.bellingegymnasterne.dk >>>>> Power Tumbling: http://www.powertumbling.dk >>>>> OSG-Help: http://code.google.com/p/sigmaosg >>>>> Personal Site: http://www.marino.dk >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Google Visualization API" group. >>>>> To post to this group, send email to >>>>> [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-visualization-api?hl=en. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Google Visualization API" group. >>>>> To post to this group, send email to >>>>> [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]. >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-visualization-api?hl=en. >>>>> >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Google Visualization API" group. >>>> To post to this group, send email to >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-visualization-api?hl=en. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Google Visualization API" group. >>> To post to this group, send email to >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-visualization-api?hl=en. >>> >> >> >> >> -- >> Bellinge Gymnasterne: http://www.bellingegymnasterne.dk >> Power Tumbling: http://www.powertumbling.dk >> OSG-Help: http://code.google.com/p/sigmaosg >> Personal Site: http://www.marino.dk >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-visualization-api?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- Bellinge Gymnasterne: http://www.bellingegymnasterne.dk Power Tumbling: http://www.powertumbling.dk OSG-Help: http://code.google.com/p/sigmaosg Personal Site: http://www.marino.dk -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
