Ticket #1258 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by ray

  • status changed from new to closed
  • resolution set to fixed

rev [1030]: thanks

Note: See TracTickets for help on using tickets.