- From: Shadow2531 <shadow2531@gmail.com>
- Date: Thu, 8 Jun 2006 21:56:55 -0400
On 6/8/06, Ian Hickson <ian at hixie.ch> wrote: > On Thu, 8 Jun 2006, Shadow2531 wrote: > > Specifically, if I have this: > > <textarea oninput="alert('test')"></textarea> > > > > , and right-click and paste into the textarea or ctrl+v into the > > textarea to paste, or select and cut, should the event fire? > > Yes. > > Another part of the spec mentions that the UA may coallesce multiple > inputs into one input event, so e.g. if you type very fast it might not > fire one input event per character, it might fire one every few hundred > milliseconds instead. Thanks. -- burnout426
Received on Thursday, 8 June 2006 18:56:55 UTC