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

Fixed being unable to properly long press on cards to multiselect on Firefox #5660

Merged

Conversation

ConnorS1110
Copy link
Contributor

Changes
In showSelected we were not adding the checkedInitial class for Firefox when selecting an element. This did not allow for proper selection of the cards. There was a comment that claimed this was because Firefox did not handle click events the same as other browsers, but it seems this was either not true, or was maybe misunderstood. I simply removed the condition and it has restored proper multiselect functionality on Firefox.

Issues
None that I know of, but this has been bothering me for many months now

@ConnorS1110 ConnorS1110 requested a review from a team as a code owner June 5, 2024 02:39
@ConnorS1110
Copy link
Contributor Author

@thornbill here is my fixed PR

Copy link

sonarcloud bot commented Jun 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@thornbill thornbill added bug Something isn't working stable backport Backport into the next stable release labels Jun 5, 2024
@thornbill thornbill added this to the v10.9.5 milestone Jun 5, 2024
@thornbill thornbill merged commit 5680c18 into jellyfin:release-10.9.z Jun 5, 2024
9 checks passed
joshuaboniface pushed a commit that referenced this pull request Jun 5, 2024
Fixed being unable to properly long press on cards to multiselect on Firefox

Original-merge: 5680c18

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
@jellyfin-bot jellyfin-bot removed the stable backport Backport into the next stable release label Jun 5, 2024
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
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants