We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
front-end-monorepo/packages/lib-classifier/src/components/Classifier/components/TaskArea/components/Tasks/components/TaskNavButtons/components/DoneAndTalkButton/DoneAndTalkButtonConnector.js
Line 26 in 51f064e
Firefox on Windows doesn’t recognise the Windows key as event.metaKey, so cmd-click here won’t open Talk in a new tab.
event.metaKey
Links:
The text was updated successfully, but these errors were encountered:
The corresponding Firefox bug is marked as fixed in FF 118, so maybe am.zooni is using an old version of Firefox. https://bugzilla.mozilla.org/show_bug.cgi?id=1266437
am.zooni
The current version of Firefox is 133.
Sorry, something went wrong.
Confirmed on Talk that this bug came up in Firefox 115 on Windows. https://www.zooniverse.org/talk/17/3531984?comment=5815932
No branches or pull requests
front-end-monorepo/packages/lib-classifier/src/components/Classifier/components/TaskArea/components/Tasks/components/TaskNavButtons/components/DoneAndTalkButton/DoneAndTalkButtonConnector.js
Line 26 in 51f064e
Firefox on Windows doesn’t recognise the Windows key as
event.metaKey
, so cmd-click here won’t open Talk in a new tab.Links:
event.metaKey
on MDN: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKeyThe text was updated successfully, but these errors were encountered: