Closed (duplicate)
Project:
TinyMCE
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Dec 2006 at 20:49 UTC
Updated:
31 Mar 2007 at 10:44 UTC
I am confused as to why the following lines of code (220-222) exist in tinymce.module:
else {
$element['#resizable'] = TRUE;
} This has the effect of adding the resizable feature to textareas which do not use tinymce and which have their "resizable" property set to FALSE.
A simple fix, as far as I am aware, would be to remove these lines.
Comments
Comment #1
kreynen commentedComment #2
kreynen commentedhttp://drupal.org/node/130305
Comment #3
johnalbinSee http://drupal.org/node/59216 for the fix