Open
Bug 1500281
Opened 7 years ago
Updated 3 years ago
Clipboard screenshot results lead to invalid images on github/Slack, …
Categories
(DevTools :: Console, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: Harald, Unassigned)
Details
Attachments
(1 file)
|
21.43 KB,
image/png
|
Details |
STR:
- Take a screenshot using the console command `:screenshot --clipboard`
- Open a github issue on any project
- Cmd-V, paste the clipboard to upload an image (for example https://github.com/devtools-html/debugger.html/issues)
- Switch to Issue preview to see image
ER: Image is uploaded and shown correctly.
AR: Image has errors and is not rendered.
Pasting all other image sources work, I never experienced this erroneous upload before. Pasting the same clipboard content into OSX's Preview app works.
Comment 1•7 years ago
|
||
I reproduce this as well. Github prints an error message saying that the file is too big (>10MB), but when saving the screenshot, it's under < 300KB in my test case.
I couldn't debug what's happening on GH since sourcemap seems broken, and a full project search seems to run forever.
After running `:screenshot --clipboard`, if I paste into a github issue on Chrome, then it's fine, so my guess it's not an issue with the screenshot command, but either with Firefox or Github.
Comment 2•7 years ago
|
||
Setting this as P1 since I think it's a pretty common workflow.
I also reproduce on DevEdition, but there's something funny: if I run the screenshot command in DevEdition, then paste into github on Nightly, then it does upload the file.
Next, I tried to screenshot with a very small content page, and the upload did seem to work, but the resulting png seems corrupt ? https://user-images.githubusercontent.com/578107/47201770-46f99500-d37b-11e8-9371-1d46605f970c.png
Priority: -- → P1
Comment 3•7 years ago
|
||
cc yulia since she might have an idea about what's going on
Comment 4•7 years ago
|
||
not sure it is related... but I keep getting the following error: Attempt to set a forbidden header was denied: Connection
I will keep looking into it
Comment 5•7 years ago
|
||
Uploading on Slack does technically work, but the file is HUGE (17MB) and seems corrupt https://files.slack.com/files-pri/T3V7H1198-FDKC4UYES/image.png
Summary: Clipboard screenshot results lead to invalid images on github → Clipboard screenshot results lead to invalid images on github/Slack, …
Updated•6 years ago
|
Priority: P1 → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•