Modify ↓
Ticket #7778 (closed bug: invalid)
Children of fadeTo object stop floating
| Reported by: | pkeefe@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.6 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Using fadeTo() on a div using a class after a hide() causes the children divs inside the class to lose their float:left css. If fadeTo() is changed to show() the children float correctly.
Change History
comment:1 in reply to: ↑ description Changed 2 years ago by pkeefe@…
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

After researching the code it turns out their was a different bug causing the problem. Please disregard.
Replying to pkeefe@…: