You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Upon selecting "Newest," the interface appears to register an unintended click on the first IP asset listed beneath the "Newest" sorting button. This leads to navigating into the details page of that IP asset, disrupting the intended sorting operation.
Now, click on the "Sort By" drop down menu and click "Newest". Finally, Notice the issue.
You can see this issue on the IP assets of "Collections" tab also.
Expected behavior
The list of IP assets should refresh to show the most recently added assets, with no unintended interactions or clicks.
Screen Recording
2024_12_31_13.05.58.mp4
Environment
Browser: Chrome 131.0.6778.200
Operating System: Android 11
Additional context
Adjust the touch-sensitive areas in the mobile view to prevent overlap.
Implement debounce or delay mechanisms to ensure no unintended clicks are registered during sorting operations.
The text was updated successfully, but these errors were encountered:
Describe the bug
Upon selecting "Newest," the interface appears to register an unintended click on the first IP asset listed beneath the "Newest" sorting button. This leads to navigating into the details page of that IP asset, disrupting the intended sorting operation.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The list of IP assets should refresh to show the most recently added assets, with no unintended interactions or clicks.
Screen Recording
2024_12_31_13.05.58.mp4
Environment
Additional context
Adjust the touch-sensitive areas in the mobile view to prevent overlap.
Implement debounce or delay mechanisms to ensure no unintended clicks are registered during sorting operations.
The text was updated successfully, but these errors were encountered: