Take a look at this jsbin example.
It contains three Google +1 buttons, all of which should trigger an alert when clicked.
The difference is – the first button is initialized on document.ready, second one inits 200 millis after, and the other is initialized one second after document.ready.
The callbacks for the first button do not function correctly – clicking on it will not trigger an alert.
Is this a known issue? Anything interesting to do other than file a bug report with Google +1? Any other workarounds? If I do work around this by providing a timeout, what’s a reasonable value?
I believe this is a regression introduced sometime in the last few weeks.
Where should this be reported to?
If you are trying to report a bug, look at “Report an issue” here:
https://developers.google.com/+/support
I am having trouble reproducing your error. All three buttons trigger alerts.