Closed (fixed)
Project:
Annotate
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Mar 2008 at 18:46 UTC
Updated:
19 Apr 2008 at 07:54 UTC
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
Comment #1
clemens.tolboomI 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.
Comment #2
clemens.tolboomNot tested.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.