You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a problem with the ImageMapster in a situation where I have at least 4 maps, the 4th crashes with the following error code in the JS console:
jquery.imagemapster.js:1407 Uncaught Can't access data until binding complete.
As seen in a previous issue I configured the mapster:
Thank you for your question, apologies for the delayed reply!
Without more details including visibility to more of your code, its difficult to say what the issue is. As described in #346, there is a current issue with IM where it allows methods to be called on an element even when IM hasn't been initialized yet. In this situation, IM will sometimes return successfully and sometimes encounter the error you describe.
My only guess at this point is that you are calling snapshot and rebind but did not initialize IM yet via (map_img.mapster({...})).
Beyond that, we would need more information to further investigate so if this is still an issue for you, please update this issue per our Bug Reports guidelines and we'd be happy to investigate further.
Hi, I have a problem with the ImageMapster in a situation where I have at least 4 maps, the 4th crashes with the following error code in the JS console:
jquery.imagemapster.js:1407 Uncaught Can't access data until binding complete.
As seen in a previous issue I configured the mapster:
In getRealOpts I set the configuration vars and make some business logic, however this is still crashing in the 4th map.
TIA
The text was updated successfully, but these errors were encountered: