Opened 13 years ago
Closed 13 years ago
#4859 closed bug (worksforme)
addClass and removeClass with delay gets stuck when absolute/relative position of element changes
Reported by: | mihaic | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.effects.core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If I have an element positioned relative somewhere in page and I add a new class that will position the element absolute and by doing that it changes the effective positioning of element in page will make addClass with animation delay fail to apply the new class.
Same thing happens for removeClass.
Change History (2)
comment:1 Changed 13 years ago by
Component: | ui.core → effects.core |
---|---|
Milestone: | TBD → 1.8 |
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is working properly for me in all browsers. There is a jump at the end because we don't animate the position attribute (can't animate from one string to another).