Ticket #3063 (closed bug: fixed)
Binding handler to 'tabsselect': ui undefined
| Reported by: | acheetham | Owned by: | klaus.hartl |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5.2 |
| Component: | ui.tabs | Version: | 1.5.1 |
| Keywords: | Cc: |
Description
In an event handler bound to the "tabsselect" event, the 'ui' parameter is undefined.
To reproduce: Given the example code provided in the UI/Tabs documentation ( http://docs.jquery.com/UI/Tabs#Events), bind an event handler to "tabsselect", e.g.
<script> $(document).ready(function(){
var tablist = $("#example > ul").tabs(); tablist.bind("tabsselect", function(evt, ui) {
alert("tab: "+ui.tab);
});
}); </script>
The attempt to access ui.tab will produce an error, because ui is undefined.
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/nologo.gif)