Opened 13 years ago
Closed 13 years ago
#7778 closed bug (invalid)
Children of fadeTo object stop floating
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing per OP's requset. Please debug, debug, debug, debug, debug, debug, and only then, report a 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@…: