Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13683 closed bug (invalid)

animate is not stoped in firefox

Reported by: [email protected] Owned by: [email protected]
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

Change History (4)

comment:1 Changed 10 years ago by m_gol

Owner: set to [email protected]
Status: newpending

Please create a test case on jsFiddle.

comment:2 in reply to:  1 Changed 10 years ago by anonymous

Replying to 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

comment:3 Changed 10 years ago by dmethvin

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.

comment:4 Changed 10 years ago by trac-o-bot

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!

Note: See TracTickets for help on using tickets.