Reply to thread


  • Set editor to BBCode mode
  • Click reply on a post


[code]

editor-compiled.js?_v=583d5431:1063 Uncaught TypeError: a.bbCode.getTextArea(...).autofocus is not a function

    at b.scrollToCursor (editor-compiled.js?_v=583d5431:1063:493)

    at Object.focusEditor (core-compiled.js?_v=583d5431:60:313)

    at b.click (message.min.js?_v=583d5431:9:294)

    at b._onEvent (core-compiled.js?_v=583d5431:189:278)

    at a (core-compiled.js?_v=583d5431:187:391)

    at HTMLDocument.<anonymous> (core-compiled.js?_v=583d5431:191:156)

[/code]


This is because autofocus is actually the boolean false, not a function.


Back
Top Bottom