Index: /CKEditor/tests/tt/7881/1.html
===================================================================
--- /CKEditor/tests/tt/7881/1.html	(revision 7146)
+++ /CKEditor/tests/tt/7881/1.html	(revision 7146)
@@ -0,0 +1,53 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+	"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+	<title>Ticket: #7881 - Opening subnemus</title>
+	<meta name="tags" content="editor,manual,all,tables,contextmenu">
+	<script type="text/javascript" src="../../cktester/cell.js"></script>
+	<script>
+		YAHOO.util.Event.removeListener( window, 'load' );
+		window.onload = function ()
+		{
+			CKEDITOR.replace( 'editor1');
+		}
+	</script>
+</head>
+<body>
+<pre>
+=== TC 1 ===
+ 1. Open context menu for table
+ 1. Move mouse over Cell
+  * Cell submenu opens, it is possible to highlight every option in submenu
+ 1. Move mouse over Row
+  * Row submenu opens, it is possible to highlight every option in submenu
+ 1. Move mouse over Column
+  * Column submenu opens, it is possible to highlight every option in submenu
+</pre>
+Editor 1 
+<textarea id="editor1" name="editor1">
+<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
+	<tbody>
+		<tr>
+			<td>
+				&nbsp;</td>
+			<td>
+				&nbsp;</td>
+		</tr>
+		<tr>
+			<td>
+				&nbsp;</td>
+			<td>
+				&nbsp;</td>
+		</tr>
+		<tr>
+			<td>
+				&nbsp;</td>
+			<td>
+				&nbsp;</td>
+		</tr>
+	</tbody>
+</table>
+</textarea>
+</body>
+</html>
