Collaborne / zendesk-web-widget

A polymer-compatible wrapper for the Zendesk Web Widget (Polymer)
https://www.webcomponents.org/element/Collaborne/zendesk-web-widget
Apache License 2.0
1 stars 1 forks source link

Exception thrown in activate function #2

Closed ronnyroeller closed 7 years ago

ronnyroeller commented 8 years ago

Our remote monitoring indicates that some users receive Cannot read property 'length' of null exceptions from the element's activate() function. Observed OS/browsers for which the exception was reported:

ankon commented 7 years ago

The problem was that I mixed up the querySelector and querySelectorAll functions - 1ce24f2 fixes that.