Skip to content

.unreel() failure with non-wheelable #175

@danielocdh

Description

@danielocdh

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:

Error thrown at line 2, column 49306 in <anonymous function: acceptData>(e) in jquery.js:
    var t=e.nodeName&&st.noData[e.nodeName.toLowerCase()];
called from line 2, column 732 in i(e, n, r, i) in jquery.js:
    if(st.acceptData(e))
called from line 2, column 49128 in <anonymous function: _data>(e, t, n) in jquery.js:
    return i(e,t,n,!0)
called from line 3, column 5636 in <anonymous function: remove>(e, t, n, r, i) in jquery.js:
    var o,a,s,u,l,c,f,p,d,h,g,m=st.hasData(e)&&st._data(e);
called from line 3, column 6289 in <anonymous function: remove>(e, t, n, r, i) in jquery.js:
    st.event.remove(e,d+t[l],n,r,!0);
called from line 3, column 6289 in <anonymous function: remove>(e, t, n, r, i) in jquery.js:
    st.event.remove(e,d+t[l],n,r,!0);
called from line 3, column 6289 in <anonymous function: remove>(e, t, n, r, i) in jquery.js:
    st.event.remove(e,d+t[l],n,r,!0);
...

chrome:

Uncaught RangeError: Maximum call stack size exceeded
st.event.remove
st.event.remove
st.event.remove
st.event.remove
st.event.remove
st.event.remove
st.event.remove
st.event.remove
...

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions