Bug Tracker

Modify

Ticket #1367 (closed bug: invalid)

Opened 6 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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?

Change History

comment:1 Changed 6 years ago by davidserduke

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.

comment:2 Changed 5 years ago by davidserduke

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone changed from 1.1.4 to 1.2.2

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.