-
Notifications
You must be signed in to change notification settings - Fork 8
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
Play Button Missing Upon Hover #71
Comments
Workaround: navigate to another page using the menu and navigate back, it should update the UI accordingly |
same root cause as #66, closing |
Yes, I am aware of the workaround but are you able to update the script so that the play button appears on all the tiles when the website is first opened? As I mentioned, if I click on any genre, then the play button appears. |
This is a very complex issue related to how stuff is locked/unlocked and handled in the DOM rendering framework they use. |
Steps to reproduce:
Intended Functionality:
After Steps 1 & 2, when we hover the mouse pointer over any station tile on the homepage, the play button should be visible and when the user clicks on the play button, the track from that station should play immediately at the bottom player without navigating to the station details page. Only when the user clicks on the station name (below the station tile), the page should redirect to the station details page.
The text was updated successfully, but these errors were encountered: