Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 6387)
+++ /CKEditor/trunk/CHANGES.html	(revision 6388)
@@ -1,3 +1,3 @@
-﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+﻿﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
@@ -97,5 +97,4 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6860">#6860</a> : [FF] double click on placeholder to open dialog throws JavaScript error.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6630">#6630</a> : Empty pre output variants among browsers.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6615">#6615</a> : [IE7] tableresize usability enhancement.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6568">#6568</a> : Insert table row/column doesn't work with spanning.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6735">#6735</a> : Inaccurate read-only selection detection.</li>
Index: /CKEditor/trunk/_source/plugins/tableresize/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/tableresize/plugin.js	(revision 6387)
+++ /CKEditor/trunk/_source/plugins/tableresize/plugin.js	(revision 6388)
@@ -1,3 +1,3 @@
-﻿/*
+﻿﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -172,5 +172,4 @@
 			resizer.removeListener( 'mousemove', onMouseMove );
 
-			needsIEHacks && ( document.getBody().$.contentEditable = true );
 			document.getBody().setStyle( 'cursor', 'auto' );
 
@@ -333,6 +332,7 @@
 
 			// In IE6/7, it's not possible to have custom cursors for floating
-			// elements in an editable document.
-			needsIEHacks && ( document.getBody().$.contentEditable = false );
+			// elements in an editable document. Show the resizer in that case,
+			// to give the user a visual clue.
+			needsIEHacks && resizer.setOpacity( 0.25 );
 
 			resizer.on( 'mousedown', onMouseDown, this );
