Modify ↓
Ticket #8158 (closed bug: duplicate)
Animating bottom to 0% fails on elements with a specified width in IE
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 1.8 |
| Component: | effects | Version: | 1.5 |
| Keywords: | opera, ie7, ie8 | Cc: | |
| Blocking: | Blocked by: |
Change History
comment:2 Changed 2 years ago by jitter
- Priority changed from undecided to high
- Component changed from unfiled to effects
comment:4 Changed 17 months ago by scott.gonzalez
This is likely the cause of http://bugs.jqueryui.com/ticket/7944 as well.
comment:5 Changed 11 months ago by mikesherov
not seeing this bug anymore in Opera. scott.gonzalez, can you confirm?
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

<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