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

Songs: Artist selection glitches out on song addition page #1424

Open
8 tasks done
andreoda opened this issue Aug 26, 2022 · 3 comments · Fixed by #1213
Open
8 tasks done

Songs: Artist selection glitches out on song addition page #1424

andreoda opened this issue Aug 26, 2022 · 3 comments · Fixed by #1213
Labels
adding/editing entries Adding/Editing entries (artists, songs, albums, tags, song lists, events) bug/error Bugs and errors (timeout) complexity: unknown Unknown days of work content: artists Artist entries content: search Search priority: high Issues/Tasks that should be done ASAP

Comments

@andreoda
Copy link
Member

andreoda commented Aug 26, 2022

Website

VocaDB

Describe the bug

When trying to add an artist to a song on the song addition page, the artist list glitches out and disappears.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://vocadb.net/Song/Create
  2. Paste the song link (for example: "https://www.nicovideo.jp/watch/sm31606995")
  3. Type the artist name into the artist selection field (for example: "Hatsune Miku")
  4. See the artist list disappearing after a short time

Expected behavior

I expected the artist selection list to stay so that I can choose the artist from the list.

Video

A short video demonstrating the issue can be seen here: #1425

Desktop:

  • OS: Windows 10
  • Browser: Firefox

Checklist

  • Tested on the beta site (using Firefox)
  • Checked in Chrome
  • Checked in Safari
  • Checked in Edge
  • Checked in Firefox
  • Checked in private/incognito mode
  • Cleared browser cache and cookies
  • Checked the DevTools console
  • [ ] Checked the syslog (mods+ only)

Results:
After testing the bug on different browsers with the help of different user, I came to the following conclusion:

The bug occurs:

  • Firefox (tested by Kesera and andreoda)
  • Firefox incognito mode (tested by andreoda)
  • Safari (tested by Xarion)

The bug does not occur:

  • Safari incognito mode (tested by Xarion)
  • Chrome (tested by minu and Rainshaft)
  • Chrome incognito mode (tested by Rainshaft)
  • Edge (tested by Rainshaft)
  • Edge incognito mode (tested by Rainshaft)

About the results:

  1. The bug seems to occur "sometimes", not always.
  2. When the bug occurs, the artist list holds up to 1 second or less before it disappears.
  3. The browser console doesn't seem to give any errors related to the bug.
  4. The bug was also tested after clearing the browser cache and cookies.

I couldn't find a "clear" pattern to when this occurs.

@kateabr
Copy link
Contributor

kateabr commented Aug 26, 2022

Reproduced the bug and checked the syslog, but it does not seem to have any information about it.

@ycanardeau ycanardeau transferred this issue from VocaDB/vocadb Sep 1, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 2, 2022
@VocaDB VocaDB unlocked this conversation May 15, 2023
@andreoda andreoda reopened this May 15, 2023
@andreoda andreoda transferred this issue from VocaDB/community May 15, 2023
@Shiroizu
Copy link
Member

Further context:

When adding songs, after editing the title field, the system checks for duplicates

image

When that request gets a respond, the artist selection dropdown gets automatically refreshed/closed.

@andreoda andreoda added bug/error Bugs and errors (timeout) adding/editing entries Adding/Editing entries (artists, songs, albums, tags, song lists, events) content: search Search content: artists Artist entries labels May 15, 2023
@FinnRG
Copy link
Member

FinnRG commented May 15, 2023

This issue will be fixed once #853 is completed. If we migrate to mantine (as currently planned), we will use the mantine autocomplete.

@andreoda andreoda added priority: low Issues/Tasks that are not so important complexity: unknown Unknown days of work priority: high Issues/Tasks that should be done ASAP and removed priority: low Issues/Tasks that are not so important labels Mar 6, 2024
@andreoda andreoda changed the title Artist selection glitches out on song addition page Songs: Artist selection glitches out on song addition page Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adding/editing entries Adding/Editing entries (artists, songs, albums, tags, song lists, events) bug/error Bugs and errors (timeout) complexity: unknown Unknown days of work content: artists Artist entries content: search Search priority: high Issues/Tasks that should be done ASAP
Projects
Development

Successfully merging a pull request may close this issue.

4 participants