GithubHelp home page GithubHelp logo

Comments (5)

david90 avatar david90 commented on July 26, 2024

Comment by akiroz
Monday May 22, 2017 at 07:15 GMT


Very interesting bug.....

it's not possible for the export mechanism to generate screenshots using stale data because:

On Screen:
app-db -> load img assets -> compose -> draw to on-screen canvas

Export:
app-db -> load img assets -> compose -> draw to off-screen canvas -> export to jpeg base64 -> create screenshots.zip file

Downloading the zip file:
if browser supports <a href="..." download> -> use FileSaver.js
else -> upload zip as skygear Asset and inject hidden iframe into the DOM with asset URL

If this is not a false report I guess screenshots.zip is being cached somewhere....
what do you think @b123400

from shotbot3.

david90 avatar david90 commented on July 26, 2024

Comment by akiroz
Monday May 22, 2017 at 07:27 GMT


Safari started supporting <a download> from version 10.1 (latest version) so I can't test the fallback download mechanism.... and we all know how hard it is to downgrade Apple's stuff....

from shotbot3.

david90 avatar david90 commented on July 26, 2024

Comment by david90
Monday May 22, 2017 at 08:01 GMT


FYI the issue happens on:
macOS Sierra v 10.12.4
Chrome v 58.0.3029.110 (64-bit)

from shotbot3.

david90 avatar david90 commented on July 26, 2024

Comment by akiroz
Monday May 22, 2017 at 08:29 GMT


@david90 Can we get QA engineers to try reproducing this? I can't seem to reproduce it...

from shotbot3.

david90 avatar david90 commented on July 26, 2024

Comment by joyzoursky
Monday May 22, 2017 at 09:57 GMT


Cannot reproduce

from shotbot3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.