--- tinymce.module	2007-11-05 13:55:01.000000000 +1100
+++ tinymce.module.mine	2007-11-05 13:54:56.000000000 +1100
@@ -63,7 +63,7 @@
 function tinymce_elements() {
   $type = array();
 
-  if (user_access('access tinymce')) {
+  if ( user_access('access tinymce') && ! stristr($_SERVER["HTTP_USER_AGENT"],'safari') ) {
     // Set resizable to false to avoid drupal.js resizable function from taking control of the textarea
     $type['textarea'] = array('#process' => array('tinymce_process_textarea' => array()), '#resizable' => FALSE);
   }
