Opened 13 years ago
Closed 12 years ago
#5407 closed bug (worksforme)
fadeOut Fails When an Element Has float:left
Reported by: | DavidSalahi | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | fadeOut | Cc: | |
Blocked by: | Blocking: |
Description
In this sample page: the div par1 fails to fade out when I click the text that says "Fade Out 1". However, if I first click "Show 2" and then "Fade Out 2" that works. The only difference between the two is the child divs inside div par2 are of class photo2 (instead of photo). Class photo2 is the same as photo except that it omits the float:left setting.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | noleadfaucet.zip added |
---|
comment:1 Changed 13 years ago by
Also, try just commenting out line 59 (float:left). Then, you can click Fade Out 1 and it will work.
comment:2 Changed 13 years ago by
Component: | unfiled → fx |
---|
comment:3 Changed 12 years ago by
Here is a fiddle that shows things working just fine (at least it does for me in Chrome on Mac OSX) http://jsfiddle.net/boushley/XA4Mj/ I have another one that's closer to what you had using inline, but that has other problems, because you're using animations on inline elements. http://jsfiddle.net/boushley/XA4Mj/1/ Need to test on other browsers, but I think this is a worksforme.
comment:4 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Reproducible with 1.3.2 but not with 1.4.
sample page with images