For the last couple days I ran into JavaScript errors with toolbars for Ext JS. One of the issues is clearly documented here. I just added hideMode:'offsets'
to the toolbar definition and the error went away. The other one, I had to add enableOverflow: false
option to the toolbar to avoid hitting Object required
error in IE.