I wrote simple javascript animation code. When I right-click on a document, javascript animation stops and resumes only when the context menu closes. This only happens in IE, and the animation continues if I do the same in other browsers.
I was wondering if there was any work for this to keep the animation going even when the context menu is open.
I searched googled and all I could find was:
- Disable Right Click
- Create a custom context menu
But I could not find the reason why this happens only in IE.
Can someone explain why this only happens in IE, as well as a possible solution for this (if any)?
Edit: I checked IE7, IE8 browsers in windows
source share