Skip to content
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

Unable to Change Task Order in Safari #304

Closed
uyu423 opened this issue Aug 5, 2024 · 2 comments
Closed

Unable to Change Task Order in Safari #304

uyu423 opened this issue Aug 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@uyu423
Copy link

uyu423 commented Aug 5, 2024

Description

In the Safari web browser, I am unable to change the order of created tasks (works fine in Chrome). When attempting to reorder tasks, it results in block selection instead, as shown in the attached screenshot. This issue is reproducible on the demo website.

Vikunja Version

v0.24.1

Browser and version

MacOS Safari version 17.5(19618.2.12.11.6)

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

image

image

@kolaente
Copy link
Member

kolaente commented Aug 7, 2024

This has been reported elsewhere as well:

https://community.vikunja.io/t/task-re-ordering-is-not-working-in-safari/1916/4

https://kolaente.dev/vikunja/vikunja/issues/2092

@kolaente kolaente added the bug Something isn't working label Aug 7, 2024
@kolaente
Copy link
Member

Fixed in abf92e2, please check with the next unstable build (should be ready for deployment in ~45min, also on try).

vikunja-bot pushed a commit that referenced this issue Sep 20, 2024
This change fixes a regression introduced in 1cbb93e.
In that change, the whole task area was made clickable using mouse events directly. Unfortunately, this also prevented the parent component of the task component to recieve them, essentially never getting notified about the mouse movement and thus never dragging the task. I don't know why this is only a problem on Safari, but it might be related to SortableJS/Sortable#1571 (comment)

Resolves https://community.vikunja.io/t/task-re-ordering-is-not-working-in-safari/1916
Resolves https://kolaente.dev/vikunja/vikunja/issues/2092
Resolves #304

(cherry picked from commit abf92e2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants