Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 7522)
+++ /CKEditor/trunk/CHANGES.html	(revision 7523)
@@ -67,4 +67,5 @@
 		<li><a href="http://dev.ckeditor.com/ticket/9057">#9057</a> : Unexpected block established when decreasing indent of a styled list item.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/9063">#9063</a> : Styles on sub-list are lost when decreasing indent of the parent list.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/8855">#8855</a> : [Chrome] Popup plugin is broken in latest Chrome versions.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/popup/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/popup/plugin.js	(revision 7522)
+++ /CKEditor/trunk/_source/plugins/popup/plugin.js	(revision 7523)
@@ -50,7 +50,7 @@
 		try
 		{
-			// Chrome 18 is problematic, but it's not really needed here (#8855).
+			// Chrome is problematic with moveTo/resizeTo, but it's not really needed here (#8855).
 			var ua = navigator.userAgent.toLowerCase();
-			if ( ua.indexOf( ' chrome/18' ) == -1 )
+			if ( ua.indexOf( ' chrome/' ) == -1 )
 			{
 				popupWindow.moveTo( left, top );
