Unfortunately we don't have any other ideas... Just for reference, we once had a problem with some JS framework that redefined an internal JS function to do something else than what it's supposed to do, and a newer version of that framework fixed the problem. I'm not saying that's the problem here, but it might be a lead.
Nothing we can do without seeing code that doesn't work, sorry. On Mon, Oct 11, 2010 at 2:17 PM, David Iglesias <[email protected]> wrote: > Hi ChartMan! > > I'm not pulling data from anywhere, I'm just using a JSON object (present > in DOM) to initialize a DataTable, so that's why this is confusing... > > Under which circumstances would a chart spit out that error? Maybe the > error has nothing to do with that but there's some catch-all that is > rendering that? :-S > > > > El 11/10/2010, a las 13:05, ChartMan <[email protected]> escribió: > > Hi > > Where are you pulling the data for the chart from (you are probably using > the google.visualization.Query). Are you accessing a data source that > requires authentication? > If so, it might be the case that you hold all the right credentials to > access the data in your FF session and when you are in IE these credentials > are missing.... > > ChartMan > > > On Thu, Oct 7, 2010 at 8:03 PM, David Iglesias < <[email protected]> > [email protected]> wrote: > >> Actually I can't... I'm suspecting that it has something to do with our >> framework (super duper ajaxy) and can't reproduce the bug outside of it... >> >> Any idea of under which circumstances that error might happen? >> >> >> >> El 07/10/2010, a las 20:01, Jinji < <[email protected]> >> [email protected]> escribió: >> >> Can you send a simple page that demonstrates the problem? >> >> On Thu, Oct 7, 2010 at 11:49 AM, ditman < >> <[email protected]><[email protected]> >> [email protected]> wrote: >> >>> Ah I forgot! >>> >>> I'm not using any fancy data pulling functions, I'm feeding the thing >>> a regular DataTable with everything there, VisAPI only needs to >>> draw() :) >>> >>> >>> On Oct 7, 10:32 am, ditman <[email protected]> wrote: >>> > Hi all! >>> > >>> > I've been working lately with the google visualization API and >>> > everything was happy and nice while working on firefox, but upon >>> > testing my site on IE, I'm getting this beautiful "Access is denied." >>> > white text over red background error where the chart (any iframe- >>> > based, like line, bar, column...) should be. >>> > >>> > I've checked the document.domain of the affected iframes, and it looks >>> > correct to me. I've even tried to override it to what we're using on >>> > the whole site, but that didn't help either. >>> > >>> > Can anybody point me on what else I can check? Why I'm getting that? I >>> > googled for this problem but apparently nobody has come across this >>> > issue so far :/ (I'm pretty sure it's my fault because the demo site >>> > works just fine with IE) >>> > >>> > Regards! >>> >>> -- >>> 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]><[email protected]> >>> [email protected]. >>> To unsubscribe from this group, send email to >>> <google-visualization-api%[email protected]><[email protected]> >>> [email protected]. >>> For more options, visit this group at >>> <http://groups.google.com/group/google-visualization-api?hl=en><http://groups.google.com/group/google-visualization-api?hl=en> >>> 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]> >> [email protected]. >> To unsubscribe from this group, send email to >> <[email protected]> >> [email protected]. >> For more options, visit this group at >> <http://groups.google.com/group/google-visualization-api?hl=en> >> 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]> >> [email protected]. >> To unsubscribe from this group, send email to >> <google-visualization-api%[email protected]> >> [email protected]. >> For more options, visit this group at >> <http://groups.google.com/group/google-visualization-api?hl=en> >> 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]<google-visualization-api%[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.
