id summary reporter owner description type status priority milestone component version resolution keywords cc 5339 "In fullpage mode, document without ""title"" tag breaks CKEditor" Ben Houston Minh Nguyen "'''To reproduce:''' 1. create an editor with the ""fullpage"" option turned on. 2. start editing content in WYSIWYG mode. 3. switch to source mode and adjust the content so that there is no title tag in the head. 4. switch back to WYSIWYG mode, note that the toolbar buttons don't come back to being usable. ---- '''Patch:''' Patch for plugins/wysiwygarea/plugin.js (at least, here's the diff that fixes it for us): {{{ 741,744c741,742 < if (title != null) { < title.setAttribute( '_cke_title', editor.document.$.title ); < editor.document.$.title = frameLabel; < } --- > title.setAttribute( '_cke_title', editor.document.$.title ); > editor.document.$.title = frameLabel; }}} " Bug closed Normal General 3.2 expired HasPatch