rivernate

Members
  • Content count

    2
  • Joined

  • Last visited

About rivernate

  • Rank
    Forum Newbie
  1. Mouse scroll stops over fusion charts

    There isn't any error, it just a case of when you use your mouse wheel to scroll the page, once the mouse cursor enters the fusion chart area the mouse scroll wheel no longer scrolls the page. As soon as you move the mouse out of the fusion chart area you can again scroll the page with the mouse wheel. So in essence once the mouse enters the fusion chart flash seems to be consuming all of the scroll events.
  2. We are seeing a problem where when you are scrolling the page with the mouse wheel once the cursor hits the fusion chart the scroll event appears to be consumed by the fusion chart, and thus the page stops scrolling. We see this problem with most browsers using flash 10.0 and just IE using 10.1 We are using the js to create the Fusion charts and use the following method: var myChart = new $wnd.FusionCharts(location, divid, width, height, debug, register); with all the parameters being passed in from GWT Any ideas on how to fix this?