-
Notifications
You must be signed in to change notification settings - Fork 209
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
Hung in IE8 with jQuery 1.8 #140
Comments
Ok, so as was explained to me, what I have there was actually a misuse of |
For those, who want to give the workaround, it is available in fix-pools branch. If you do, please let me know if it resolved your issue or not. Thanks! |
Fix for this just made it into the development branch |
I've just verified this working in:
|
======== * new exciting multi-row stitched panorama possibility * full compatibility with jQuery 1.9.x and 2.0 beta * one less dependency (disableTextSelect) * fixed page scrolling on touch devices * maximal throw velocity via `throwable` * image assets folder * fixed image sequence allowing for odd starting points Includes fixes for issues #129, #140, #174, #175, #142, #146, #144, #129, #172
Merged into master and included in today's version 1.2.1 release. |
It appears something has changed in how
$.unique()
works and it now fails (or endlessly loops to be precise) with multipledocument
s. It is filed as a potential bug of jQuery 1.8.These two lines causes IE8 to hang big time:
Put aside the in my opinion correct expectation for jQuery to be able to decide whether two
document
objects are unique or not (afterall jQuery works just fine withdocument
, right?), I'm thinking about making the comparison myself to work around this:It should have the exact same effect without the need for
$.unique()
.The text was updated successfully, but these errors were encountered: