Re: Intent to remove: support for old drag events

2015-06-09 Thread Chris Peterson
On 6/9/15 10:21 PM, Karl Dubost wrote: Jonas, Le 10 juin 2015 à 13:44, Jonas Sicking a écrit : But do we have any data that this won't break websites? nope. But at first sight, it doesn't seem used at all. https://github.com/search?q=draggesture&type=Issues&utf8=%E2%9C%93 And most of the JS

Re: Intent to remove: support for old drag events

2015-06-09 Thread Karl Dubost
Jonas, Le 10 juin 2015 à 13:44, Jonas Sicking a écrit : > But do we have any data that this won't break websites? nope. But at first sight, it doesn't seem used at all. https://github.com/search?q=draggesture&type=Issues&utf8=%E2%9C%93 And most of the JS code is also quite unrelated or from boo

Re: Intent to remove: support for old drag events

2015-06-09 Thread Jonas Sicking
On Wed, Jun 10, 2015 at 12:35 PM, Ehsan Akhgari wrote: > On 2015-06-09 10:17 AM, Neil Deakin wrote: >> >> In bug 1162050, we'd like to remove support for the old non-standard >> drag events, which were left in for a period of compatibility. > > This is great! I agree it's great if we can remove t

Re: Intent to remove: support for old drag events

2015-06-09 Thread Ehsan Akhgari
On 2015-06-09 10:17 AM, Neil Deakin wrote: In bug 1162050, we'd like to remove support for the old non-standard drag events, which were left in for a period of compatibility. This is great! As far as I know, these events have never been supported by another browser engine. Is that correct?

Re: Intent to remove: support for old drag events

2015-06-09 Thread smaug
On 06/09/2015 05:17 PM, Neil Deakin wrote: In bug 1162050, we'd like to remove support for the old non-standard drag events, which were left in for a period of compatibility. yes please. Anything we can do to simplify dnd code is good. -Olli The 'draggesture' event should be replaced with

Intent to remove: support for old drag events

2015-06-09 Thread Neil Deakin
In bug 1162050, we'd like to remove support for the old non-standard drag events, which were left in for a period of compatibility. The 'draggesture' event should be replaced with the 'dragstart' event (such as ondragstart) The 'dragdrop' event should be replaced with the 'drop' event. If you