#3771 closed defect (fixed)
Closing all tabs in a TabContainer throws 'b is not defined'
Reported by: | mumme | Owned by: | mumme |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Dijit, TabContainer, close all | Cc: | |
Blocked By: | Blocking: |
Description
Yet another focus() call that hinders things
Need a check if node is undefined before call focus.
Issue raised here: http://dojotoolkit.org/forum/support/dijit/programmatic-tab-creation-example-needed#comment-3675
Note: See
TracTickets for help on using
tickets.
(In [9667]) Closing all tabs throws a error, maybe all focus calls on nodes should be factored out to a separate function to avoid these kind of things. Checking in a fix in this file for now. Fixes #3771