Re: Please handle non-printable keys with keydown event handler instead of keypress event handler

2014-02-05 Thread Masayuki Nakano
On 2014/02/05 16:41, Robert O'Callahan wrote: Isn't it likely that Web sites depend on the existing behavior too? I'm not sure until we change the behavior actually. The D3E spec is defined from behavior of other browsers (IE/Blink/WebKit/Presto). So, I believe that there is no problem on

Please handle non-printable keys with keydown event handler instead of keypress event handler

2014-02-04 Thread Masayuki Nakano
Hi, folks. I filed bug 968056 for changing our keypress event behavior for conformance with D3E definition. https://bugzilla.mozilla.org/show_bug.cgi?id=968056 In D3E definition, keypress event shouldn't be fired for non-printable keys like arrow keys, home/end keys, page up/down keys,

Re: Please handle non-printable keys with keydown event handler instead of keypress event handler

2014-02-04 Thread Robert O'Callahan
On Wed, Feb 5, 2014 at 8:33 PM, Masayuki Nakano masay...@d-toybox.comwrote: I filed bug 968056 for changing our keypress event behavior for conformance with D3E definition. https://bugzilla.mozilla.org/show_bug.cgi?id=968056 In D3E definition, keypress event shouldn't be fired for