Workaround:
Telerik.Web.UI.RadToolBar.Views.Lite.prototype._repaint = function () {
this._updateItemsTextAndImage();
this._showAllHiddenItems();
if (this._owner.get_orientation() == Telerik.Web.UI.Orientation.Horizontal) {
this._responsiveCheck();
}
}