mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
List share modal window hangs browser. #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DrKley on GitHub (Jun 13, 2022).
Browser:
Chrome Version 102.0.5005.115 (Official Build) (64-bit)
(Also downloaded and tried on the latest version of firefox)
@kolaente commented on GitHub (Jun 14, 2022):
Can you reproduce this on try? It works there for me on Firefox/Chromium and Linux (Nixos).
Which OS are you using?
@DrKley commented on GitHub (Jun 14, 2022):
I´m glad you asked, I just tried on the demo site and found out that in order to reproduce the bug you'll need to first share any List with a group or user, it will actually record it to the DB and freeze the browser, if you try to access the share modal after that it will freeze again.
Not an expert but seems to be a problem when the frontend fetches the current added users/groups on the modal window as the issue does not affect the lists when there's no one added. I've also tried with a stable branch instance of the frontend and that modal window works perfectly it just lacks some of the functionality
I´m using Chrome on Windows 10 as the client and my instance is hosted on a docker container on Ubuntu.
@kolaente commented on GitHub (Jun 16, 2022):
Thanks for the reproduction steps.
Should be fixed in
978cb9769e- please check with the next unstable release in ~30 min or on try.