elm-lang / elm-reactor

Interactive development tool that makes it easy to develop and debug Elm programs.
BSD 3-Clause "New" or "Revised" License
428 stars 63 forks source link

Large images only partially load #232

Open Chadtech opened 7 years ago

Chadtech commented 7 years ago

Another developer and I independently discovered a problem. We each made applications that load a large image. When displaying the large image however, the Elm app would only display most of it; most of the bottom portion of the image would just be gray. We thought it was our code, but I discovered that if I use Elm-Reactor just to serve up the image, the problem is still there. I made a simple html file that just loads our large images and there was no problem. The problem persisted with multiple large images and multiple file types.

Elm Version 0.18

Browser I experienced the problem in Chrome and Firefox.

Reproducing Put a large image (>1mb) in a directory, and run Elm-Reactor in that directory. Open up localhost:8000/.

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

infoxiao commented 6 years ago

Reproduced the same issue