During using <textarea> component I meet a warning of GojiJS and input event not work at all.
After a deep dive, I found that some events, like bindinput on <input> and <textarea>, use event.timestamp instead of standard event.timeStamp. There is a similar user report in WeChat official forum.
What happened
During using
<textarea>
component I meet a warning of GojiJS and input event not work at all.After a deep dive, I found that some events, like
bindinput
on<input>
and<textarea>
, useevent.timestamp
instead of standardevent.timeStamp
. There is a similar user report in WeChat official forum.Reproduction
WeChat: https://developers.weixin.qq.com/s/PevNWNm57qJ7
QQ: bad-case-qq-event.zip