Ticket #1258 (closed defect: fixed)
Event object is not handed over to event handlers installed on textarea
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | event handler |
| Cc: | mmair@… |
Description
When installing e.g. an onkeypress-handler on the textarea of the editor itself this handler is called properly but the triggering event is not handed over.
Possible solution: Change within method Xinha.prototype._editorEvent (line 2413) from
_16c._textArea["on"+ev.type]();
to
_16c._textArea["on"+ev.type](ev);
Change History
Note: See
TracTickets for help on using
tickets.
