Hacker News new | ask | show | jobs
by the_grue 2752 days ago
Neither in Firefox...
3 comments

You have to click on the image. At least I thought it was broken at first too.
Firefox 63.0.3 on Windows 64 bit does work fine.
Works fine for me in Fox.. Are you on nightly?
I'm using FF 56, since that's the last version to support the old extensions. Sorry, should've mentioned it.
Ah. They're using the pointerdown event, which was added in Firefox 59 (https://developer.mozilla.org/en-US/docs/Web/API/GlobalEvent...).
Right, this is also why it doesn't work in Safari. That's fixed now, but imperfectly (I don't know how to do the equivalent of setPointerCapture in ancient browsers, and also it only adds a mouse, not a touch handler, so still doesn't work in mobile Safari). Thanks!