The two text areas for the Personal note and the Editorial note have the same name which causes TinyMCE some confusion

<label for="edit-note">Notes: </label>
 <textarea cols="60" rows="20" name="note" id="edit-note" class="form-textarea"></textarea>
 <div class="description">Make your personal annotations about this content here. When marked private only you (and the site administrator) will be 
<div><fieldset><legend>Editorial note</legend><div class="form-item">
 <label for="edit-note">Note: </label>
 <textarea cols="60" rows="20" name="note" id="edit-note" class="form-textarea"></textarea>
 <div class="description">Edit the editorial note about this content here.</div>
</div>

Could they have unique names?

Comments

clemens.tolboom’s picture

Title: Textareas have the same names - whcih causes TinyMCE problems » Textareas have the same id's - which causes TinyMCE problems
Assigned: Unassigned » clemens.tolboom
Status: Active » Postponed (maintainer needs more info)

I changed the name of annotate_ed to 'ed_note'

I need to test this first with tinymce or you could test the dev version.

After testing I'll release a 5.x-1.1

Thanks for reporting.

clemens.tolboom’s picture

Version: 5.x-1.0 » 5.x-1.1
Status: Postponed (maintainer needs more info) » Fixed

Not tested.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.