Side navigation
#1367 closed bug (invalid)
Opened July 06, 2007 07:38PM UTC
Closed November 28, 2007 07:11AM UTC
animate width toggle work on 1.1.2 but NOT 1.1.3
Reported by: | noo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | effects | Version: | 1.1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('a#sidePane_slider').click(function(){$('#sidePane').animate({width:'toggle', opacity:'show'}, "400"); return false;});
it working fine on 1.1.2, but not work in 1.1.3, any idea?
Attachments (0)
Change History (2)
Changed October 02, 2007 08:38PM UTC by comment:1
Changed November 28, 2007 07:11AM UTC by comment:2
milestone: | 1.1.4 → 1.2.2 |
---|---|
resolution: | → invalid |
status: | new → closed |
Without additional info I have to classify this as a design issue and an invalid bug. Please reopen it if you have any thing else that clarifies the problem.
Have you tried
$('sidePane').animate({width:'toggle',opacity:'toggle'}, 400);
instead? I think the problem you are having is with opacity:'show' if the panel is already showing it will just exit and say it is complete.
I think this is likely a design change and not a bug. If you still think it is a bug then please submit additional information.