I have written a simple javascript animation code. When I right click on the document the javascript animation stops and resumes back only when the context menu closes. This happens only in IE and the animation continues if I do the same in other browsers.
I was wondering is there any work around for this so that the animation continues even when the context menu is open.
I googled and all I was able to find was:
- Disable right click
- Create a custom context menu
But could not find the reason as why this is happening only in IE.
Can anyone please explain why this is happening only in IE and also a possible solution for this (if any)?
Edit: I have checked in IE7, IE8 browsers in windows