By the way, button order under the quick reply is not good. Should be Post, Preview, Save Draft, Spell Check IMO.
I'm assuming that spell check via php is redundant these days. TBH I think we should just let the browser handle it.
ETA: Annnnnnnnnnnnnnnnnnnnndddd another ting! I noticed that the menus here are really slow. What that means is that someone has, yet again, after we sorted this issue on SMF, gone and reverted to the Superfish defaults. I really hate digging up the same issues again and again after I take the trouble to fix them. 
Looky at this V V V
sf.defaults = {
hoverClass : 'sfhover',
pathClass : 'current',
pathLevels : 1,
delay : 600,
animation : {opacity:'show', height: 'show', width: 'show'},
speed : 200,
disableHI : false, // Leave as false. True disables hoverIntent detection (not good).
onInit : function(){}, // callback functions
onBeforeShow: function(){},
onShow : function(){},
onHide : function(){}
};
sf.hoverdefaults = {
sensitivity : 8,
interval : 50,
timeout : 1
};
Use it. Kthnx. 
ETAgain: Got some minor css gltiches in the new editor too. I'll take a look at that.