Bug Tracker

Opened 12 years ago

Closed 12 years ago

#7835 closed bug (invalid)

FadeOut and FadeIn

Reported by: [email protected] Owned by: [email protected]
Priority: undecided Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:

Description

Hello. The window has scroll. When I use FadeOut and FadeIn, window is scroll up.

<a href="http://jusar.igor.ukrindex.com/sites/default/files/imagecache/gallery_big/1277911137.jpg" onclick="return false;" class="numericCarousel carouselPrev">1</a>

Change pictures

$('.carouselPrev').click(function(){

newLink = $(this).attr('href'); img = $('.img_big').find('img'); $('.img_big').fadeOut(function(){

$(img).attr('src', newLink);

});

$('.img_big').fadeIn();

});

Change History (2)

comment:1 Changed 12 years ago by Rick Waldron

Owner: set to [email protected]
Status: newpending

Please provide a reduced test case on http://jsfiddle.net. Be sure to test using jQuery 0 GIT - thanks!

comment:2 Changed 12 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.