Fixed  TinyMCE 3.4 tabfocus plugin incompatible with XenForo theme

Kier

XenForo developer
Staff member
Expected behaviour: hitting tab or shift-tab from within TinyMCE should jump to the next or previous control

Observed behaviour: the font family control is selected

Note that changing the theme to 'advanced' or 'simple' resolves the problem (when they are present).
 
Interestingly, removing the tabfocus plugin completely appears to resolve this issue.

^ That was actually rubbish.
 
Paul, only XenForo.com is affected by this at present, as we are (experimentally) running TinyMCE 3.4 here, whereas you're running the previous version, as distributed with XenForo 1.0.0.

Yours:
Code:
var b={majorVersion:"3",minorVersion:"3.9.2",releaseDate:"2010-09-29"...
Ours:
Code:
var b={majorVersion:"3",minorVersion:"4",releaseDate:"2011-03-10"...
 
Yes, I figured as much.
I attempted to make that obvious with my use of "current version".
Obviously I failed :D
 
I've just sort-of fixed it (hard refresh) but it's highlighted a few issues with the 'XenForo' TinyMCE theme that we will need to look after.
 
Top Bottom