Bug Tracker

Ticket #3629 (closed bug: invalid)

Opened 2 months ago

Last modified 2 months ago

Panel not sliding out for Tabs

Reported by: aadi Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.3 Component: fx
Version: 1.2.6 Keywords: Tabs, slide, fx
Cc: aadi Needs: Patch

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.

Attachments

Change History

Changed 2 months ago by flesler

  • cc set to aadi
  • status changed from new to closed
  • resolution set to invalid

This belongs to the UI Bug Tracker.

Note: See TracTickets for help on using tickets.