Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-12 Thread Yoav Weiss (@Shopify)
LGTM2 On Tue, Mar 12, 2024, 13:03 Chris Harrelson wrote: > Sounds good to me! LGTM1 > > On Tue, Mar 12, 2024 at 9:53 AM Mustaq Ahmed wrote: > >> Hi API Owners: >> >> We concluded this feature is safe to ship after investigating the few sites >> that are affecting our use-counter: >> - None of

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-12 Thread Chris Harrelson
Sounds good to me! LGTM1 On Tue, Mar 12, 2024 at 9:53 AM Mustaq Ahmed wrote: > Hi API Owners: > > We concluded this feature is safe to ship after investigating the few sites > that are affecting our use-counter: > - None of UKM reported sites show any usability problem in our > investigation. >

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-12 Thread Mustaq Ahmed
Hi API Owners: We concluded this feature is safe to ship after investigating the few sites that are affecting our use-counter: - None of UKM reported sites show any usability problem in our investigation. - On one of those sites, a mouse drag over menu items starts text selection (w/o affecting

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-06 Thread Mustaq Ahmed
No, issue 327409885 is related to the PSA on canceling mousedown in iframe . On Wed, Mar 6, 2024 at 5:25 AM Yoav Weiss (@Shopify) wrote: > Is https://issues.chromium.org/issues/327409885 related here? > > On

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-06 Thread Yoav Weiss (@Shopify)
Is https://issues.chromium.org/issues/327409885 related here? On Mon, Mar 4, 2024 at 6:09 PM Mustaq Ahmed wrote: > UKM data shows that only a few popular sites are affecting our > use-counters. We already confirmed that one of those sites is not broken > at all, only showing text selection on

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-03-04 Thread Mustaq Ahmed
UKM data shows that only a few popular sites are affecting our use-counters. We already confirmed that one of those sites is not broken at all, only showing text selection on menu items. We are expecting to conclude soon after investigating all those sites. On Wed, Jan 17, 2024 at 1:48 PM

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2024-01-17 Thread Mustaq Ahmed
A quick update: our use-counter on Chrome 122 Canary/Dev came out higher than we expected---it is suggesting that at most 0.11% page loads are affected. We will expand the finch trail to 50% Beta plus 1% Stable now to get more data, and then look into other directions like adding UKM or fine

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-07 Thread Rick Byers
On Wed, Dec 6, 2023 at 5:08 PM Mustaq Ahmed wrote: > > I assume cancelling the mousedown (but not the mousemove) still prevents > selection and drag-and-drop in all browsers, is that right? That's the > pattern I'd expect is most common. Also, what's the behavior of pointermove > for mice today

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-06 Thread Mustaq Ahmed
> I assume cancelling the mousedown (but not the mousemove) still prevents selection and drag-and-drop in all browsers, is that right? That's the pattern I'd expect is most common. Also, what's the behavior of pointermove for mice today and after this change? I just confirmed

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-06 Thread Robert Flack
On Wed, Dec 6, 2023 at 12:18 PM Rick Byers wrote: > API owners met and discussed this one briefly today. There was agreement > that more work needs to be done to demonstrate the compat risk is low > enough to ship this breaking change. A few points: > >- If you'd like to do a finch trial to

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-06 Thread Rick Byers
API owners met and discussed this one briefly today. There was agreement that more work needs to be done to demonstrate the compat risk is low enough to ship this breaking change. A few points: - If you'd like to do a finch trial to gather data (up to stable 1%) we're supportive of that.

Re: [blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-05 Thread Rick Byers
Hey Mustaq, Thanks for pushing to get this long-time interop issue addressed! I assume cancelling the mousedown (but not the mousemove) still prevents selection and drag-and-drop in all browsers, is that right? That's the pattern I'd expect is most common. Also, what's the behavior of pointermove

[blink-dev] Intent to Ship: Interoperable mousemove default action

2023-12-04 Thread Mustaq Ahmed
Contact emailsmus...@chromium.org, fla...@chromium.org ExplainerNone Specificationhttps://w3c.github.io/uievents/#event-type-mousemove Summary Canceling mousemove will not prevent text selection or drag-and-drop. Chrome allowed cancelling mousemove events to prevent other APIs like text