I use mouseover events all the time in the Viz API tables with no problems. How are you declaring the event handler?
On Wednesday, April 25, 2012 1:05:24 PM UTC-4, Kerchival wrote: > > Greetings all. I'm using a Google Visualization table in a custom web app. > I've inserted buttons into each row to let the user edit or delete that > line. When this button is clicked, a custom dialog appears. > > My problem: I'd like to style the onMouseOver for the buttons, but the > Google Visualization API is catching this event (it can be tracked using > the Dev Tools in Chrome). From what I understand about event > Bubbling/Capturing, it seems like Visualization API is capturing the > onMouseOver, handling it, and stopping its progress. > > Is there a way to disable or work around this behavior? Many thanks. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/ApGCfT1smwcJ. 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.
