Ticket #5640 (closed defect: fixed)
[patch]onChange doesn't work for dijit.Editor
| Reported by: | guest | Owned by: | doughays |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Editor | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | doughays, bill |
Description
<textarea id="announcementEntrySummary" name="summary" cols="100" height="15" dojoType="dijit.Editor" onChange="document.getElementById('announcementEntryPreviewSummary').innerHTML = dijit.byId('announcementEntrySummary').getValue(false);">
summary
</textarea>
If I move away from editor with tab, the code works and the innerHTML changes. If I move away with a mouse click, onChange -function isn't executed.
Dojo 1.0.2, firefox 2.0.0.11 under ubuntu feisty
Attachments
Change History
Note: See
TracTickets for help on using
tickets.