I was trying to create a test page and could not repeat this problem. Finally I found the solution, but I cannot explain why this happens only in Chrome. I have a few links, for example: <a href="#" onClick="func();"> </a> function "func" was redrawing the graphs.
So, if we add "#" to the URL then everything listed before happens. On 12 янв, 19:13, Jinji <[email protected]> wrote: > I'm afraid a test page is required, yes. > > > > > > > > On Wed, Jan 12, 2011 at 3:40 PM, jdponomarev <[email protected]> wrote: > > Hello! > > > I've just tried in Chrome 8, everything is great. > > As far as I get, the bug appears only in beta. > > (I've tried Chrome 9 and canary build with different GPU Acceleration > > flags). > > > Maybe I didn't explain the problem quite clear. > > > When I move mouse close to the point and the onmouseover event > > triggers the page scroll down for about 400px (just as the height of > > the chart). > > This happens only once for each chart drawn (after I redraw the chart > > the problem occurs again). > > > Other problem is similar: > > > After all the charts are drawn the page scroll right to the last chart > > drawn. > > > so, if we have > > <div id="chart1"></div> > > <div id="chart2"></div> > > <div id="chart3"></div> > > <div id="chart4"></div> > > > chart4.draw(...); > > chart3.draw(...); > > chart1.draw(...); > > chart2.draw(...); > > > then the page would scroll right to the chart2 div. > > > Right now I've tried to add > > <body onScroll="alert('scrolling?')"> > > > I've reloaded the page in FF and Chrome beta. > > In FF it's ok, but in Chrome I get about of 8 alert messages then the > > page scroll to the top. > > The when I trigger the onmouseover Event(move mouse close to the > > point) I get a new alert message and the page scrolls. > > > I cannot provide you a link for testing, but if it is crucial I would > > create a test page with this bug. > > > On 12 янв, 15:55, Jinji <[email protected]> wrote: > > > I'm not sure I understand. > > > > If the question is whether it is possible to disable tooltips in area > > chart, > > > then the answer is not at the moment, although we recognize this is a > > valid > > > request. > > > > You also mention there's a bug in Chrome, but I don't understand what the > > > bug exactly is. Can you elaborate? Does it happen on non-beta Chrome? > > > > On Tue, Jan 11, 2011 at 4:15 PM, jdponomarev <[email protected]> > > wrote: > > > > Hello, > > > > Is it possible to disable tooltips in area chart? > > > > In my project I use 4 quite large area charts in column and sometimes > > > > redraw them. > > > > > After drawing the charts the page scrolls right to the last of them in > > > > the code(not on the page). > > > > > Then, when I move mouse close to the point the page scrolls down to > > > > the next chart and so on. > > > > I use Chrome 9.0.597.45 beta and this bug occurs only in Chrome. IE6, > > > > FF and so on work great. > > > > Any ideas? > > > > > -- > > > > 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]><google-visualization- > > api%[email protected] <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.
