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

monkeytype.com - The "Save screenshot"option is not available in Firefox #61432

Closed
webcompat-bot opened this issue Nov 9, 2020 · 2 comments
Closed
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine ml-needsdiagnosis-false ML - no need for diagnosis priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it.
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Nov 9, 2020

URL: https://monkeytype.com/

Browser / Version: Firefox 82.0
Operating System: Windows 10
Tested Another Browser: Yes Edge

Problem type: Something else
Description: Feature for results screenshot not working
Steps to Reproduce:

View the screenshot Screenshot
Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Nov 9, 2020
@webcompat-bot webcompat-bot added this to the needstriage milestone Nov 9, 2020
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Nov 9, 2020
@webcompat-bot webcompat-bot changed the title In the moderation queue. monkeytype.com - see bug description Nov 9, 2020
@webcompat-bot webcompat-bot added browser-firefox engine-gecko The browser uses the Gecko rendering engine ml-needsdiagnosis-false ML - no need for diagnosis and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Nov 9, 2020
@cipriansv cipriansv changed the title monkeytype.com - see bug description monkeytype.com - The "Save screenshot"option is not available in Firefox Nov 9, 2020
@cipriansv cipriansv added priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it. labels Nov 9, 2020
@cipriansv cipriansv modified the milestones: needstriage, needsdiagnosis Nov 9, 2020
@cipriansv
Copy link

Thanks for the report.

I was indeed able to reproduce the issue. After performing a typing speed test I was unable to save a screenshot using Firefox by clicking on the corresponding icon.

Tested with:
Browser / Version: Firefox Nightly 84.0a1 (2020-11-08), Chrome 86.0.4240.111
Operating System: macOS 10.15.6

This is the web page displayed in Firefox Nightly: after clicking on the "Save screenshot" icon:

image

And this is the web page displayed in Chrome:

image

Moving the issue to needsdiagnosis.

@ksy36
Copy link
Contributor

ksy36 commented Nov 10, 2020

The site is checking the UA string:

if (navigator.userAgent.toLowerCase().indexOf('firefox') > - 1) {
   showNotification('Sorry, this feature is not supported in Firefox', 4000);
} 

The reason for that is most likely that they're using Clipboard API, which is not implemented yet, which is https://bugzilla.mozilla.org/show_bug.cgi?id=1619947

navigator.clipboard.write([new ClipboardItem(Object.defineProperty({

Lets close as a duplicate

@ksy36 ksy36 closed this as completed Nov 10, 2020
@ksy36 ksy36 modified the milestones: needsdiagnosis, duplicate Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox engine-gecko The browser uses the Gecko rendering engine ml-needsdiagnosis-false ML - no need for diagnosis priority-normal severity-critical The site or core functionality is unusable, or you would probably open another browser to use it.
Projects
None yet
Development

No branches or pull requests

3 participants