Side navigation
#8158 closed bug (duplicate)
Opened February 03, 2011 02:21PM UTC
Closed June 12, 2012 12:56AM UTC
Last modified June 12, 2012 12:56AM UTC
Animating bottom to 0% fails on elements with a specified width in IE
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | effects | Version: | 1.5 |
Keywords: | opera, ie7, ie8 | Cc: | |
Blocked by: | Blocking: |
Attachments (0)
Change History (7)
Changed February 03, 2011 03:38PM UTC by comment:1
_comment0: | <jitter> in doesn't work in opera too 10:34AM → 1296755183716605 |
---|---|
keywords: | → opera |
Changed February 03, 2011 06:27PM UTC by comment:2
component: | unfiled → effects |
---|---|
priority: | undecided → high |
Changed February 03, 2011 06:27PM UTC by comment:3
status: | new → open |
---|
Changed December 13, 2011 01:45PM UTC by comment:4
This is likely the cause of http://bugs.jqueryui.com/ticket/7944 as well.
Changed June 11, 2012 12:31AM UTC by comment:5
not seeing this bug anymore in Opera. scott.gonzalez, can you confirm?
<jitter> in doesn't work in opera too 10:34AM
If you set duration to e.g. 5000 you can see how #inner disappears. But if you trigger a reflow/redraw (e.g. alert(1) in the callback) you will see that opera actually does move the element to border:0% but you can't see that because Opera doesn't redraw. An interesting "workaround" for Opera is adding a e.g.
<button>
element below the #outer div.The issue could be related but must not be. As in IE you get an exception at some point