Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6947)
+++ /CKEditor/trunk/CHANGES.html	(revision 6948)
@@ -67,4 +67,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/5955">#5955</a> : Editor accessibility issue with JAWS when put rich combo as the first item in toolbar.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6671">#6671</a> : [FF] Selection of an item from the Styles drop-down list not refreshed.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7879">#7879</a> : Style and Height/Width fields of the Table Properties dialog window were not synchronized.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/7834">#7834</a> : Dutch;</li>
Index: /CKEditor/trunk/_source/plugins/dialogadvtab/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialogadvtab/plugin.js	(revision 6947)
+++ /CKEditor/trunk/_source/plugins/dialogadvtab/plugin.js	(revision 6948)
@@ -133,4 +133,6 @@
 						'default' : '',
 
+						onChange : function(){},
+
 						getStyle : function( name, defaultValue )
 						{
