chrismccord / phoenix_chat_example

692 stars 210 forks source link

feedback #27

Closed kklepper closed 8 years ago

kklepper commented 8 years ago

I started with opening http://phoenixchat.herokuapp.com/ in Firefox only to see nothing. I couldn't even open the source window, as the right mouse button didn't do anything. So I opened the application in chrome and played a little bit, seeing mostly pings, until the display hit the bottom and disappeared. No automatic scrolling, no scrollbar. Too bad for a showcase. (Win 7 64)

nathany commented 8 years ago

It looks like app.js is using ES6 arrow functions (=>). Maybe those aren't supported in Firefox yet?

chrismccord commented 8 years ago

The js is transpiled, so it seems unrelated. PR's accepted for any FF issues. Thanks!

nathany commented 8 years ago

That's cool.