Posted by csc4 on March 14, 2008 at 6:46pm
Jump to:
| Project: | Annotate |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | clemens.tolboom |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
Not tested.
#3
Automatically closed -- issue fixed for two weeks with no activity.