Bug 1668952 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This was initially reported in https://github.com/webcompat/web-bugs/issues/58769

Steps to reproduce (this requires an account on ebay.com):

1. Visit https://bulksell.ebay.com/ws/eBayISAPI.dll?SingleList in Firefox Nightly 201001 on Android and sign in
2. Click on "Create a template" button
3. Scroll down to the Photos section and click Add photos
4. Select a photo taken with a camera from a photo gallery

Expected:
Photo uploaded
Actual:
Photo doesn't upload, the upload process remains in loading state

I've attached a reduced test case. The problem seems to be that in Firefox on Android `img.onload` never gets called, neither does `img.onerror` with large data URIs. 

This is probably related to https://bugzilla.mozilla.org/show_bug.cgi?id=1626687. I've noticed that uploading works for screenshots, but not for the photos, since they're generally greater in size.
This was initially reported in https://github.com/webcompat/web-bugs/issues/58769

Steps to reproduce (this requires an account on ebay.com):

1. Visit https://bulksell.ebay.com/ws/eBayISAPI.dll?SingleList in Firefox Nightly 201001 on Android and sign in
2. Click on "Create a template" button
3. Scroll down to the Photos section and click Add photos
4. Select a photo taken with a camera from a photo gallery

Expected:
Photo uploaded
Actual:
Photo doesn't upload, the upload process remains in loading state

I've attached a reduced test case. The problem seems to be that in Firefox on Android `img.onload` never gets called, neither does `img.onerror` with large data URIs. The image I'm using is 3.7MB in size. 

This is probably related to https://bugzilla.mozilla.org/show_bug.cgi?id=1626687. I've noticed that uploading works for screenshots, but not for the photos, since they're generally greater in size.

Back to Bug 1668952 Comment 0