Skip to main content

Bug Tracker

Side navigation

#11149 closed bug (invalid)

Opened January 10, 2012 03:08PM UTC

Closed January 26, 2012 08:19AM UTC

new 'queue string' feature isnt working

Reported by: NoaM Owned by: NoaM
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

hi!

i've seen the new feature added to animation - the queue by string and i have immediately tried to use it as i needed it badly.

at first my code was this:

=

target.animate( { scrollTop:50 } , { duration:scrollAnimationSpeed , easing:"easeOutQuad" } );

=

this works great.

then i added the queue parameter (a string):

=

target.animate( { scrollTop:event.pageY } , { duration:scrollAnimationSpeed , easing:"easeOutQuad" , queue:"scrollQueue" } );

=

after doing that, simply eliminated the easing... no easing at all!

further more - when using a stop function it got worse.

this code:

=

$(this).bind("mousedown.myScroll", function(evnt) {

$(this).stop("scrollQueue");

});

=

made the animation go wild...

nothing stopped at all. it kept jumping from top to bottom as i click the object.

i tried a few variations of this code. i wrote inside and outside of functions and handlers, but it kept on ruining the Animation function.

i'll be extremely thankful if u'll fix it by the next update.

one of jQuery's best features is the animation and the queue makes it even better.

thank you and have a good day!

Noam.

Attachments (0)
Change History (2)

Changed January 11, 2012 03:46PM UTC by dmethvin comment:1

owner: → NoaM
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.

Changed January 26, 2012 08:19AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!