with latest November update, tab container inside of an accordion is throwing a javascript error on page load trying to select tab.
_setFocus: function (obj) {
$get("__tab_" + obj.get_element().id).focus();
},
This may be a result of another issue i see posted of the Tab change code always firing.
Tabs in this case are being dynamically loaded into an accordion pane that isn't visible on load.
Comments: I experienced the same error with a tab control in my application. I switched back to the July 2011 AJAX release and the problem disappeared. Also, this problem occurs using Internet Explorer but does not occur with the latest version of Firefox.
_setFocus: function (obj) {
$get("__tab_" + obj.get_element().id).focus();
},
This may be a result of another issue i see posted of the Tab change code always firing.
Tabs in this case are being dynamically loaded into an accordion pane that isn't visible on load.
Comments: I experienced the same error with a tab control in my application. I switched back to the July 2011 AJAX release and the problem disappeared. Also, this problem occurs using Internet Explorer but does not occur with the latest version of Firefox.