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
The .mapster('resize') function is not done when the duration has finished. This causes problems when unbinding an imagemap after resizing. In my experience it takes up to 700 miliseconds after the duration has passed until the unbind is safe to take place.
The text was updated successfully, but these errors were encountered:
I'll check it out. Functions that have callbacks are supposed to cause future functions to be queued until the operation is finished. Sounds like something isn't flagged properly on resize.
Been a long time, but if you're still listening, this should be fixed in build 1.2.4.049. If it's still relevant please let me know if this does actually solve the problem you were having.
There is one event that still doesn't queue properly: bind. That is, if you add a mapster(opts) to the end of the command queue in that fiddle, it breaks. I am going to fix this before releasing also -- so it should be safe to queue any possible combination of commands - but I wanted to see if this resolved the problem you were having.
The .mapster('resize') function is not done when the duration has finished. This causes problems when unbinding an imagemap after resizing. In my experience it takes up to 700 miliseconds after the duration has passed until the unbind is safe to take place.
The text was updated successfully, but these errors were encountered: