Bug Tracker

Modify

Ticket #7918 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

$(...).switchClass(...,...,"slow");

Reported by: mavinm@… Owned by:
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocking: Blocked by:

Description

If you transition between a certain color class to a different color class, the transition moves slowly. If you were to go from a background color class to a transparent class. The transition is messed up.

Pretend:

  1. the parent div has a green color background.
  2. the child before switchClass(...) called is css{background:transparent}.
  3. the child after switchClass(...) called is css{background:yellow}.

What will happen is the background will shift straight to white making a weird appearance, do the animation, then go to the correct color.

Let me know if you need some sample code.

Change History

comment:1 Changed 2 years ago by jitter

  • Status changed from new to closed
  • Resolution set to invalid

The big red box on the "New Ticket" rather clearly states:

For jQuery UI (Autocomplete, Sortable, Draggable, Tabs, etc.):

This is NOT the correct form!

This tracker you submitted your bug on is for jQuery core bugs only. Thus to file a report for jQuery UI you will need to re-submit your ticket to the  jQuery UI Bug Tracker for further assistance as they handle all UI-related tickets. Thanks!

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.