sites icon indicating copy to clipboard operation
sites copied to clipboard

drag does not work in safari

Open e03ccd3df65a2d128247 opened this issue 5 years ago • 6 comments

Repl has some problem handling drag in safari. It works well in chrome.

Here is the repl

Drag the red box to the right box and drop. In chrome, it works as expected, but in safari, it does not. It seems something is wrong in safari.

BTW: Svelte REPL is the best repl I ever used❤️. Thanks!

e03ccd3df65a2d128247 avatar May 05 '20 00:05 e03ccd3df65a2d128247

Yes, I have encountered the similar issue.

multics avatar May 05 '20 00:05 multics

Is this specific to the REPL? Does this work in Safari when downloading the project and running npm run dev yourself?

Conduitry avatar May 05 '20 02:05 Conduitry

It's specific to REPL. As a standalone project, it works well in Safari.

multics avatar May 06 '20 03:05 multics

Is this specific to the REPL? Does this work in Safari when downloading the project and running npm run dev yourself?

Yes. It is specific to the REPL. There is not problem in Safari.

e03ccd3df65a2d128247 avatar May 08 '20 15:05 e03ccd3df65a2d128247

This is very annoying lol, spent so much time wondering what was wrong...

AlbertMarashi avatar Aug 23 '20 06:08 AlbertMarashi

I wanted to add something about this potentially being an issue for native Safari as well. I was getting some very strange behavior when dragging (and flip anims) on Safari and I went to the repl to see what I was doing wrong. It doesn't work at all in the safari repl whereas it would work some of the time in safari using my own localhost. I wasn't really having issues until recently though - the last two weeks. I switched over to another browser and my app started working like a charm (same with repl).

ewilliams-zoot avatar Feb 19 '22 03:02 ewilliams-zoot