Modify ↓
Ticket #2710 (closed bug: invalid)
slideUp and slideDown flick
| Reported by: | BeezyT | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.4 |
| Component: | effects | Version: | 1.2.3 |
| Keywords: | slideUp, slideDown | Cc: | |
| Blocking: | Blocked by: |
Description
I added some effects to an ul li list to make it expandable. When you click on the a tag, the sibling li slides up or down. It works great, but in IE7 on Win Vista you sometimes see the li displayed for the fraction of a second after it slides up and before it slides down.
I'm not sure about the milestone, it's from 2008-02-06 00:21:25.
Change History
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.

I think this is probably caused by quirksmode. Similar bugs have been reported a number of times and so far it has always been tracked back to quirksmode which we no longer support for animation.
This is probably a duplicate of #2423.