After applying hot fix 1 I'm getting an isspacer() error generating the menus
has any one seen or fixed this yet.
in file baselayout.js line 434 has a typo
change to read:
if(menu.items[j].isspacer == 'True') {
from
if(menu.items[j].isspacer) {