--- extension/ezoe/design/standard/templates/ezoe/tag_custom.tpl
+++ extension/ezoe/design/standard/templates/ezoe/tag_custom.tpl
@@ -222,3 +222,21 @@ function filterOutCustomBlockTags( n )
     </form>
 
 </div>
+{literal}
+  <script>
+    if ( $.browser.msie ) {
+      if ( $.browser.version == "8.0" ){
+        $(document).keypress(
+          function(event){
+           if (event.which == '13') {
+              alert("We're sorry. The use of Return key, in this context, has been disabled in IE8. Please use the Ok Button");
+              event.preventDefault();
+            }
+
+
+      });
+    }
+  }
+  
+  </script>
+{/literal}
