-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected error when in non-strict mode and slideUp/slideDown redirects are involved #761
Comments
I've got a strong feeling that's (supposed to have) been fixed in the latest release - can you just check what version of Velocity you're running against? |
1.4.3, latest available on npm. Should I check against |
Also #757 is somewhat related (the |
@futpib Nope, that's cool - they're currently the same - drat, looks like I need to spend more time on IE9 too - hoping to get some time to look at the various obsolete IE issues over the weekend... |
Just checked that #757 fixes this indeed. |
I guess this had nothing to do with promise rejection propagation |
Originally reproduced in IE9, though I expect it to reproduce wherever strict mode is not supported.
Steps to reproduce
Expected
Prints 'resolved' (or 'rejected' if something went wrong)
Actual
Prints (in IE9)
Debugging thoughts
isUtility
affectspromiseData
creationisUtility
is set depending onType.isWrapped(this)
this === window
in unexpected places (no strict mode thing)Type.isWrapped(windows) === true
(not sure if this is intended behaviour)The text was updated successfully, but these errors were encountered: