 js/drupal.aloha.js          |    2 --
 js/drupal.aloha.textarea.js |    6 ------
 2 files changed, 8 deletions(-)

diff --git a/js/drupal.aloha.js b/js/drupal.aloha.js
index c159ae3..9edd1e9 100644
--- a/js/drupal.aloha.js
+++ b/js/drupal.aloha.js
@@ -117,8 +117,6 @@ Drupal.aloha = {
     var id = $alohaEditable.attr('id');
 
     Aloha.getEditableById(id).activate();
-    // This hack will trigger the floating menu to appear *immediately*.
-    Aloha.jQuery('#' + id).focus().trigger('mousedown').trigger('mouseup');
   },
 
   /**
diff --git a/js/drupal.aloha.textarea.js b/js/drupal.aloha.textarea.js
index de30cab..f5a43f4 100644
--- a/js/drupal.aloha.textarea.js
+++ b/js/drupal.aloha.textarea.js
@@ -18,12 +18,6 @@ Drupal.behaviors.alohaTextareas = {
         // Directly attach this editor, if the input format is enabled.
         if (format.status) {
           Drupal.aloha.attach($editable, format);
-
-          // Activate the first Aloha Editor.
-          if (first) {
-            Drupal.aloha.activate($editable);
-            first = false;
-          }
         }
 
         // React appropriately to changed input formats.
