Skip to main content

Bug Tracker

Side navigation

#4204 closed bug (fixed)

Opened February 20, 2009 03:45PM UTC

Closed March 18, 2009 02:59PM UTC

Last modified November 04, 2010 05:47PM UTC

fadeTo should remove display:none

Reported by: redsquare Owned by: brandon
Priority: minor Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

John,

As requested here http://groups.google.com/group/jquery-dev/browse_thread/thread/9dec5ce540d3d8ad/9d0e0d01c8483444?show_docid=9d0e0d01c8483444

If I fadeOut an element then ask it to fadeTo at present the element remains with display:none. Should fadeTo auto set the element to visible first?

Quick demo

http://jsbin.com/ajegi

Attachments (1)
Change History (3)

Changed March 18, 2009 02:58PM UTC by brandon comment:1

owner: → brandon

Changed March 18, 2009 02:59PM UTC by brandon comment:2

resolution: → fixed
status: newclosed

fixed in r6281

Changed November 04, 2010 05:47PM UTC by anonymous comment:3

this removes the ability to stack effects - ie have one master visibility switch and one sub fade switch.

How would I make it so that fadeto does NOT change the display: none to visible