Since using version 3.6 I am getting a Javascript error when aligning my toolbar in the bottom right - Any other position works OK.
The JS error:- 'Invalid argument' occurs in the menu.js file at the following line (350):-
dmbtbB[t].top = tbBacktop + (tbFollowVScroll[t]?lt[1]:0) + tbMargins[t][1] + ((NS||OP)?"":"px");
The tbBacktop variable prior to this is being assigned under case 8. If I intercept the code and assign tbBacktop the value as in case 9 or 10 it works OK
Help!!!!