Fixes an infinite loop with checkStep
the navigationRequested boolean should be false when the new URL has only a difference on the hash part with the previous URL, because in this case we don't have a loadStarted/loadFinished event (at least with Gecko) and then navigationRequested cannot be turn into false. The consequence is that checkStep doesn't execute the next step because of its test on navigationRequested.
Showing
1 changed file
with
16 additions
and
0 deletions
-
Please register or sign in to post a comment