Ticket #3629 (closed bug: invalid)
Panel not sliding out for Tabs
| Reported by: | aadi | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | Tabs, slide, fx | Cc: | aadi |
| Blocking: | Blocked by: |
Description
The code for UI Tabs was updated to allow new way of handling effects. The problem lies with the 'height' effect. The panel slides and closes properly but it does not slide back out. It just 'pops' back up. I have tried it by forcing it to slide out the new panel but it just doesn't work.
Just to be more elaborate: $("#tabs ul").tabs({ fx: { height: 'toggle' } });
The code above should do slide up and down animations but in actual fact it just performs the slide up animation. It doesn't go through the slide down part.
Hope this is helpful.
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.

This belongs to the UI Bug Tracker.