[clipboard] kill onbefore* events?

2016-02-02 Thread Hallvord Reiar Michaelsen Steen
Hi, there's some scepticism about implementing onbeforecut/onbeforepaste/onbeforecopy in Gecko [1], IE's implementation seems considerably more limited than I expected (maybe because of bugs?), and it doesn't really seem like an elegant solution to the use case it is meant to solve. Would anybody

Re: [clipboard] kill onbefore* events?

2016-02-02 Thread Кошмарчик
I'm not very familiar with onbefore{cut|paste|copy}, but they sound like very specialized versions of the beforeinput event. What do these events provide that you don't get from handling beforeinput? (well, other than the upcoming context "I'm about to do a cut/paste/copy") On Tue, Feb 2, 2016