id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 8509,Table height gets copied from width when there is no advanced tab.,Jakub Ś,,"1. Instert the following code into config.js {{{ CKEDITOR.on( 'dialogDefinition', function( ev ) { var dialogName = ev.data.name; var dialogDefinition = ev.data.definition; if ( dialogName == 'link' || dialogName == 'table' || dialogName == 'tableProperties' || dialogName == 'image') { dialogDefinition.removeContents( 'advanced' ); } }); }}} 2. Open ajax sample. 3. Insert a table (Open a dialog and click ok). 4. Right-click on a table and choose ""table properties"" option. **Result:**[[BR]] you can see 500px in 'Height' filed and when you click Ok the table is 500px heigh Issue has been reproducible from CKEditor 3.6.1 rev [6979] ",Bug,closed,Normal,CKEditor 3.6.3,General,3.6.1,fixed,,