Events (onpropertychange) not firing in IE7/8 - except when using latest RC

76 views
Skip to first unread message

Jamie

unread,
May 29, 2012, 7:35:04 AM5/29/12
to google-visua...@googlegroups.com
Hi all,

I've come across a rather strange problem when using the Google Visualization API with IE7/8. I'm registering callbacks for the onpropertychange event, however I'm finding that these are not being triggered when using the current (v1.0) API. If I take out the call to draw() and therefore the whole chart, the events are triggered normally.

I'm not doing anything particularly special, just adding callbacks to some input boxes which are being populated by an external application. I've tried both:

    inputs[i].attachEvent("onpropertychange", handleUpdate);

and:

    <input [...] onpropertychange="handleUpdate(event);" />

I have tried this with the latest release candidate (v31.1 - due for release on 4th June) and can't reproduce this - the events are handled as expected.

I have been unable to find a list of changes in the latest RC, but I'd like to understand why this happened and how it has been fixed. It looks as though the onpropertychange callbacks worked up until March and has since been broken up until this RC.

Any suggestions would be appreciated.

Thanks,
Jamie

Jinji

unread,
May 30, 2012, 8:54:18 AM5/30/12
to google-visua...@googlegroups.com
Can you please provide a (simple as possible) example page that demonstrates the problem?

--
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/-/I0NYYF0CWf4J.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.

Reply all
Reply to author
Forward
0 new messages