Bug Tracker

Ticket #1057 (closed bug: duplicate)

Opened 2 years ago

Last modified 1 year ago

chaining .hide(delay).show(delay) does not work

Reported by: wick Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: fx
Version: 1.1.2 Keywords: hide, show, chaining, effect, queue
Cc: Needs: Review

Description

chaining .hide() followed by .show() does not work (FF2, IE7, jQuery 1.1.2) when an effect delay parameter is specified. For example

$('#myDiv').hide(300).show(300);

..results in the object animating to & staying hidden. Flip-flopping the chained methods to .show (300).hide(300) works fine.

Attachments

Change History

Changed 2 years ago by john

  • need set to Review
  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #1052.

Note: See TracTickets for help on using tickets.