-
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
.unreel() failure with non-wheelable #175
Comments
Hi, please show me on petr at vostrel dot cz. Despite your issue being very interesting, be aware that you are working with a non-stable development code which is right now being prepared for release and still has some issues. |
I just re-run the complete test suite on both Chrome on Opera (on both Windows and Mac) and despite everyone of these tests use |
mail with link to test site send, thank you |
Nothing arrived yet.. (unless you were a viagra spam.. :D) |
I sent the mail again from gmail and hotmail, this time copy pasted your email from your profile and changed the subject, just in case the previous mails didn't arrive, sorry for the spam if they did. Thank you. |
Still nothing :/ Mighty strange! Try vostrel at gmail com and also please try sending me an e-mail without the link (to test if some link guard isn't acting upon us). Thanks. |
…no binding and an empty binding is created instead. For non-wheelable setups this leads to stack overflow issues when unbinding such events at teardown. Using `null` avoids this and fixes issue #175
Funnily enough the solution was to replace String nothing ( Fix merged into the development branch, so @danielocdh, please grab the latest patched code and confirm it is working in your application. Thanks! |
Working perfectly on the example now, even that my example was a bit bad coded. Thanks a lot. |
Awesome! |
======== * 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. |
Hello, first of all thanks for this wonderful plugin.
I'm using reel inside a slide, I need to to stop it when the slide is not visible, and restart it when the slide comes visible again.
If there is a way to pause the reel, then at another moment, reset it and resume the playback please let me know.
I can provide the page for this problem, but privately, is that possible?
I try to unreel like this:
$reel_element.unreel();
OR
$('#container .reel-overlay').unreel();
OR
$('#container').unreel();
OR
$.reel.instances.unreel();
for all of them I get this error on opera and chrome:
opera:
chrome:
I'm using version Version: 1.2-devel Updated: 2013-02-21, because I need "scrollable" option, also using jquery 1.9.0
Thank you
The text was updated successfully, but these errors were encountered: