Search and Top Navigation
#4859 closed bug (worksforme)
Opened September 16, 2009 02:43PM UTC
Closed November 15, 2009 01:31AM UTC
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.
Attachments (0)
Change History (2)
Changed November 13, 2009 07:29PM UTC by comment:1
component: | ui.core → effects.core |
---|---|
milestone: | TBD → 1.8 |
Changed November 15, 2009 01:31AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
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).