Hi, actually this issue reproduced in IE6 and IE7 too. In fact it requires just a little change, which I've mentioned: just add attribute src="javascript:false" for iframe which is created in draw-method. I would be very pleased if you fix it as we use your visualization API on production particularly often via https
Thanks. On 3 янв, 15:57, VizGuy <[email protected]> wrote: > Hi, > > We will try to address this issue, but since its only in IE6, we will not > put too much effort into it, so I can't commit to any timeline. > > I would suggest moving on to a new browser, but I understand that sometimes > it is not that simple. > > Regards, > VizGuy > > 2009/12/30 Максим Барбул <[email protected]> > > > Hello, guys. > > > This issue is still important for our company. I've created issue in bug > > tracker > > #156<http://code.google.com/p/google-visualization-api-issues/issues/detai...> > > As I inspected all Google APIs are loaded via HTTPS and mixed-content > > warning pop-ups only when I call *draw* function of visualization instance > > but NOT during loading. > > > So the problem is in drawing chart - viz API create IFRAME for every chart > > and those IFRAMEs doesn't have SRC attribute. Please try to add SRC > > attribute with some value, ie "javascript:false" it must work properly. > > > I've attached simple example with my alerts to understand clearly where > > mixed-content warning pop-ups. Try to open attached example via HTTPS > > connection in IE 6 or 7. Warning pop-ups after "before draw" alert. > > > Second attachment keeps headers log for that example in IE6. All received > > data came through HTTPS. > > > Please look through this example. > > > 5 февраля 2009 г. 17:03 пользователь Максим Барбул > > <[email protected]>написал: > > >> Hello, google visualization API create IFRAME inside the container that > >> you pass into constructor when you create visualization. > >> And it doesn't have SRC tag. (i saw it in debuger) > > >> 2009/2/5 dubek <[email protected]> > > >>> I just checked it with Pie Chart (using the example from > > >>>http://code.google.com/apis/visualization/documentation/gallery/piech... > >>> ), and it causes the same warning (only in IE6 in HTTPS). > > >>> Thanks, > >>> Dov. > > >>> --~--~---------~--~----~------------~-------~--~----~ > >>> 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]<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.
