Rick Byers

Results 186 comments of Rick Byers

Tracking bug for Safari is [here](https://bugs.webkit.org/show_bug.cgi?id=149466). They've told me they're interested and they've contributed to the design, but who knows if/when they'll make implementing it a priority. Gecko tracking bug...

> Just to be clear, the plugin that I mentioned above already lets you take advantage of passive event listeners, as long as you always want all the events of...

Wow, this is news to me! Since the main thing you're talking about isn't actually defined by HTML, let's discuss over in https://github.com/w3c/pointerevents/issues/177. Once we figure that out, let's come...

Whoops, I'm sorry for the silly mistake. Yes of course, I'm only asking for WebKit's position 🙂. Corrected.

Thanks Marcos. Perhaps it's worth noting that we (Chrome team) share almost all of those concerns. The one place I think we disagree is around security. We believe that without...

Yeah that's what we've referred to as "WebKit support" in our [Chromium tracking](https://chromestatus.com/feature/6438627087220736). I was just wondering if maybe it would be a good idea to get this onto the...

Thanks for reaching out Andy! From Chrome team's perspective I think we largely decided that this was just incredibly difficult to do, even for us, AND unlikely to get support...

Thanks for describing your use case and pointers to bugs. I agree it's a problem that we haven't solved this use case via any mechanism. Apps like Google Sheets just...

As for the warning from Chrome: sorry for the trouble, this is a breaking change in Chrome 56 to [improve scroll performance](https://developers.google.com/web/updates/2017/01/scrolling-intervention). There's probably a missing `touch-action` [CSS rule](https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action), which...