Opened 13 years ago
Closed 13 years ago
#4458 closed bug (duplicate)
animate assumes display:"block" for width or height animations
Reported by: | lizard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | effects | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have commented lines 4023 and 4024 to stop the display from being changed to "block". I am using inline block elements and it was causing them to drop out of line while animating. Is it safe to assume that the developer would have the elements ready to animate. Also the overflow gets changed - in my particular case I need the overflow to stay hidden. So I had to put a function in the callback to reset it back to hidden.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This too is a dup, the real deal is #2185.
Note: See
TracTickets for help on using
tickets.
Closed dup #5487.