Skip to main content

Bug Tracker

Side navigation

#13683 closed bug (invalid)

Opened March 27, 2013 08:33PM UTC

Closed April 12, 2013 09:05AM UTC

animate is not stoped in firefox

Reported by: mobin_co_ltd@yahoo.com Owned by: mobin_co_ltd@yahoo.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

i am new in jquery and my code is:

$("#divo").mouseenter(function(){

$("#divo").stop().delay(200).fadeOut(75).animate({height:"100%",top:"0px", bottom:"0px"},150).fadeIn(150);

$("#divo1").css({opacity:"0.5"});

$("#divo2").css({opacity:"0.5"});

$("#divo3").css({opacity:"0.5"});

$("#divo4").css({opacity:"0.5"});

$("#divo5").css({opacity:"0.5"});

});

$("#divo").mouseleave(function(){

$("#divo").stop().delay(100).fadeOut(75).animate({height:"50%",top:"25%",bottom:"25%"},150).fadeIn(150);

$("#divo1").css({opacity:"1"});

$("#divo2").css({opacity:"1"});

$("#divo3").css({opacity:"1"});

$("#divo4").css({opacity:"1"});

$("#divo5").css({opacity:"1"});

});

it working correctly in IE7 and chrome

But it not stop in Firefox after mouseenetr

Tanx

Attachments (0)
Change History (4)

Changed March 28, 2013 12:44AM UTC by m_gol comment:1

owner: → mobin_co_ltd@yahoo.com
status: newpending

Please create a test case on jsFiddle.

Changed March 28, 2013 08:31AM UTC by anonymous comment:2

Replying to [comment:1 m_gol]:

Please create a test case on jsFiddle.

with thanks for attention please chek this address:

http://www.biggrament.com

the code is use in first page of this site

Changed March 28, 2013 12:16PM UTC by dmethvin comment:3

That site is not accessible. Also, please reduce the problem down to a small test case and post it on jsFiddle.net. We do not want to debug the entire site.

Changed April 12, 2013 09:05AM UTC by trac-o-bot comment:4

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!