Duplicate textareas (two textareas) appear when editing content
ptoly - October 28, 2009 - 20:54
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I've seen this sporadically mentioned in the issues related to this module.
When I load a page for editing I briefly see a textarea then the editor covers it.
However there are two duplicate textareas in the code. When I click the Switch to plain text editor I see two resizeable-textareas:
<div id="edit-body-wrapper" class="form-item">
<label for="edit-body">Body: </label>
<div class="resizable-textarea">
</div>
<div class="resizable-textarea">I'm running Drupal 6.14, FCKEditor 2.6.5. I've tried 3 versions of 2.x module and it all does the same.
I'm going to start turning off modules and see what I get...

#1
I am interested to know if you have perhaps found a source for this.
#2
Please reopen if you have more information.