Browse Source

Fixed navigation issue in MessageIndex [Bug 5016]

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
f3eec32177
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/scripts/topic.js

+ 1 - 1
Themes/default/scripts/topic.js

@@ -189,7 +189,7 @@ QuickModifyTopic.prototype.modify_topic_hide_edit = function (subject)
 // keypress event ... like enter or escape
 QuickModifyTopic.prototype.modify_topic_keypress = function (oEvent)
 {
-	if (typeof(oEvent.keyCode) != "undefined")
+	if (typeof(oEvent.keyCode) != "undefined" && this.bInEditMode)
 	{
 		if (oEvent.keyCode == 27)
 		{