javascript - Onbeforeunload fires before onhashchange in IE10? -
we use both onbeforeunload , onhashchange 2 separate things:
1) onhashchange displays special tooltip asking user use application controls navigation
2) onbeforeunload used warn user loose data if close app or try navigate away different url altogether
this implementation works on browsers ie10. reason in ie10, onbeforeunload fires before onhashchange , causes wrong thing display.
is known issue? there special ie10 need know?
implementation in dojo, if helps...
Comments
Post a Comment