Bug Tracker

Modify

Ticket #11948 (closed bug: worksforme)

Opened 12 months ago

Last modified 12 months ago

.hide() and .hide('fast') lead to different states.

Reported by: cnnaji2003@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocking: Blocked by:

Description

Using .hide() and .hide('fast') on child elements leads to inconsistent states.

The mid element this example is properly hidden here:  http://jsfiddle.net/9DWMZ/1/

But is visible here:  http://jsfiddle.net/BVgxx/

Change History

comment:1 Changed 12 months ago by dmethvin

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

Yes, the argumented form of hide/show is async and the no-arg form is sync. The docs are pretty clear about that.

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.