Side navigation
#7835 closed bug (invalid)
Opened December 23, 2010 02:54PM UTC
Closed January 07, 2011 08:05AM UTC
FadeOut and FadeIn
Reported by: | piv986@gmail.com | Owned by: | piv986@gmail.com |
---|---|---|---|
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();
});
Attachments (0)
Change History (2)
Changed December 23, 2010 03:10PM UTC by comment:1
owner: | → piv986@gmail.com |
---|---|
status: | new → pending |
Changed January 07, 2011 08:05AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
Please provide a reduced test case on http://jsfiddle.net. Be sure to test using jQuery 0 GIT - thanks!