id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 5777,JS error when fullPage is set to true and the title tag is missing,Wiktor Walc,,"Confirmed in FF '''3.0.19'''. When using CKEditor in fullPage mode, an error is thrown when tag is not present. Steps to reproduce: - In Ajax sample add {{{ var config = {fullPage : true}; }}} in createEditor() function. - Open ajax sample, press ""Create Editor"". - Press ""Source"" button or ""Remove Editor"". Result: {{{ element.children[0] is undefined http://192.168.1.126/bugtest/ckeditor/_source/plugins/htmldataprocessor/plugin.js Line 198 }}} {{{ 196 title : function( element ) 197 { 198 element.children[ 0 ].value = element.attributes[ '_cke_title' ]; 199 } }}}",Bug,confirmed,Normal,,General,,,Firefox,