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

chirpty.com - The "Save Image" button does not work #75965

Closed
webcompat-bot opened this issue Jun 3, 2021 · 2 comments
Closed

chirpty.com - The "Save Image" button does not work #75965

webcompat-bot opened this issue Jun 3, 2021 · 2 comments
Labels
browser-firefox-ios os-ios Issues only happening on iOS. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-webkitview-blob Depends on WebKitView Blob bug
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Jun 3, 2021

URL: https://chirpty.com/user/BobbyPCE86

Browser / Version: Firefox iOS 33.1
Operating System: iOS 14.4.2
Tested Another Browser: Yes Safari

Problem type: Something else
Description: The save picture button doesn’t work and can’t seem to copy or save by other means
Steps to Reproduce:
Entered my twitter tag, prodded ‘generate’ then tried to save the image using the button. Worked fine in iOS Safari!

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Jun 3, 2021
@webcompat-bot webcompat-bot added this to the needstriage milestone Jun 3, 2021
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Jun 3, 2021
@webcompat-bot webcompat-bot changed the title In the moderation queue. chirpty.com - see bug description Jun 4, 2021
@webcompat-bot webcompat-bot added browser-firefox-ios os-ios Issues only happening on iOS. and removed action-needsmoderation The moderation has not yet been completed browser-fixme This requires manual assignment for the browser name labels Jun 4, 2021
@softvision-raul-bucata softvision-raul-bucata changed the title chirpty.com - see bug description chirpty.com - The "Save Image" button does not work Jun 7, 2021
@softvision-raul-bucata softvision-raul-bucata added severity-important A non-core broken piece of functionality, not behaving the way you would expect. priority-normal labels Jun 7, 2021
@softvision-raul-bucata
Copy link

softvision-raul-bucata commented Jun 7, 2021

We appreciate your report. I was able to reproduce the issue. I was not able to trigger the download of the image by pressing the "Save image" button.

IMG_1260

Notes:

  1. Reproducible regardless of the status of ETP
  2. Reproducible on the latest build of Firefox Nightly
  3. Works as expected using Safari:
    IMG_1259

Tested with:
Browser/Version: Safari 14.4.2/ Firefox Daylight 34.0 (4920)
Operating System: iOS 14.4.2

Moving this to NeedsDiagnosis for further investigations.

@ksy36
Copy link
Contributor

ksy36 commented Jun 11, 2021

function a(e) {
          try {
            e.dispatchEvent(new MouseEvent('click'))
          } catch (r) {
            var t = document.createEvent('MouseEvents');
            t.initMouseEvent('click', !0, !0, window, 0, 0, 0, 80, 20, !1, !1, !1, !1, 0, null),
            e.dispatchEvent(t)
          }
        }

 var u = i.URL || i.webkitURL,
          s = document.createElement('a');
          t = t || e.name || 'download',
          s.download = t,
          s.rel = 'noopener',
          'string' == typeof e ? (s.href = e, s.origin === location.origin ? a(s) : o(s.href) ? r(e, t, n) : a(s, s.target = '_blank')) : (s.href = u.createObjectURL(e), setTimeout((function () {
            u.revokeObjectURL(s.href)
          }), 40000), setTimeout((function () {
            a(s)
          }), 0))

This is likely a duplicate of mozilla-mobile/firefox-ios#8635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox-ios os-ios Issues only happening on iOS. priority-normal severity-important A non-core broken piece of functionality, not behaving the way you would expect. type-webkitview-blob Depends on WebKitView Blob bug
Projects
None yet
Development

No branches or pull requests

5 participants