Hacker News new | ask | show | jobs
by dieulot 2230 days ago
Didn’t think of drag and dropping links to new tabs! Yeah, that’s a bit of a sad regression.

The two other use cases you mention aren’t common at all though.

6 comments

It's extremely common. It is unclear to me if the mousedown event just kicks off preloading of the page, or actually forces you to navigate to the page. If it's the latter, you are breaking decades of mouse ux changing a click from a mousedown followed by mouseup.
+1 I do those as well. Never really thought about how common it could be, but it is pretty natural for me to drag the mouse and let it up somewhere else to prevent incorrect navigation.
It's the latter - it's in use on all links on their sidebar.
Dragging sidebar links worked fine for me all but once in Safari. Not sure how to tell whether it's actually being used, but I don't notice any problems.

[Edit: I was using a blocker that was blocking it. Now I've used it and can tell it's working, and I still don't notice any problems using it in Safari.]

It doesn’t work in Safari. https://instant.page/tech

> Safari 13.0 has support for <link rel="prefetch"> but it’s disabled by default. Hopefully it will be enabled in September 2020 in Safari 14.0.

Try enabling that setting or using another browser (I used Firefox) to see the effect it has.

+1
It’s common enough to be damn inconvenient if the ability just suddenly disappears.

If it happens on all sites at the same time it’s one thing. If it happens on just your site I will just feel like your site is icky (and I might not even know why).

> The two other use cases you mention aren’t common at all though.

based on which data? Drag-dropping links to other applications is quite useful.

We'll, lets hope most users of this do indeed load it from your domain, so my scriptblocker will stop it.

Chiming in just to say that I do this too and would suspect it actually is quite common
Realizing midway I clicked in the wrong place is very common for me.
just want to hop on the bandwagon that I also regularly move away from a clicked link after noticing the mistake.