-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples do not work on Safari #1
Comments
ok, give me some time to investigate - thanks for the notice! Do we talk about Safari on macOS? |
Yes, this is Safari on macOS 12.0.1 |
I won't find the time to investigate today, but will do so tomorrow morning... |
Ok, I can confirm that the examples do not work on Safari 15.0 under macOS 11.6 (that's my configuration) - although the problem seems to be in the REPL itself. I'll see what I can do to get everything running again |
as far as I can tell right now, the problem occurs in ANY example and is NOT related to svelte-drag-and-drop-actions! |
That's interesting. I assume drag-drop works okay outside of the the REPL? |
Seemed to be having troubles in Firefox too. Is that just in the REPL as well? |
Hello! Firefox has the same problem, sadly... FF version 118.0.2 (64-bit) |
I just tested the examples on Safari Version 16.6 (18615.3.12.11.2) - and they seem to work. The Firefox problem still exists due to a bug in the browser itself (see issue #5) - I'm looking for a workaround, but right now it seems as if it the best solution would be to choose another browser... |
the Safari problem seems to be solved by an update of the browser itself |
When I attempt to drag in any of the examples in Safari, no dragging happens. In the console, I can see that the "drag start" and "drag end" messages are fired one right after the other, despite not releasing the mouse button.
I'm using Safari 15.1.
The text was updated successfully, but these errors were encountered: