Re: Please stop using keypress event to handle non-printable keys

2018-01-18 Thread Gijs Kruitbosch
On 18/01/2018 17:36, Mark Banner wrote: On 18/01/2018 16:56, Nicholas Alexander wrote: On Wed, Jan 17, 2018 at 6:34 PM, Masayuki Nakano > wrote: Hello, everyone. Please stop using keypress event for handling non-printable keys

Re: Please stop using keypress event to handle non-printable keys

2018-01-18 Thread Gijs Kruitbosch
On 18/01/2018 16:56, Nicholas Alexander wrote: On Wed, Jan 17, 2018 at 6:34 PM, Masayuki Nakano > wrote: Please stop using keypress event for handling non-printable keys in new code when you write new code and new automated tests.

Re: Please stop using keypress event to handle non-printable keys

2018-01-18 Thread Nicholas Alexander
On Wed, Jan 17, 2018 at 6:34 PM, Masayuki Nakano wrote: > Hello, everyone. > > Please stop using keypress event for handling non-printable keys in new > code when you write new code and new automated tests. Firefox will stop > dispatching keypress events for non-printable

Please stop using keypress event to handle non-printable keys

2018-01-17 Thread Masayuki Nakano
Hello, everyone. Please stop using keypress event for handling non-printable keys in new code when you write new code and new automated tests. Firefox will stop dispatching keypress events for non-printable keys for conforming to UI Events and struggling with web compatibility. (non-printable