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