Skip to main content

Search and Top Navigation

#3678 closed bug (worksforme)

Opened December 19, 2008 05:06AM UTC

Closed January 10, 2009 12:43PM UTC

Load callback is not triggered when tabs('load', index) is used

Reported by: dmuir Owned by:
Priority: critical Milestone: 1.7
Component: ui.tabs Version: 1.6rc2
Keywords: tabs, load, callback Cc:
Blocked by: Blocking:
Description

The following works when tabs are loaded via ajax:

$(selector).tabs{
    load: function(event, elem){
        bindBehaviours(elem.panel);
    }
}

However, when refreshing a particular tab directly:

$(selector).tabs('load', index);

the load callback is not triggered

Attachments (0)
Change History (2)

Changed January 02, 2009 04:49AM UTC by scottgonzalez comment:1

milestone: TBD1.6
priority: minorcritical

Changed January 10, 2009 12:43PM UTC by klaus.hartl comment:2

resolution: → worksforme
status: newclosed