evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.21k stars 329 forks source link

The 'Clear completed' button does nothing in Firefox #47

Closed jhrcek closed 8 years ago

jhrcek commented 8 years ago

I'm able to reproduce this issue with Firefox 47 (the latest). In chrome it seems to be working fine.

evancz commented 8 years ago

Is this still true? I just produced a new version here. If so, what OS are you on? When you open the developer console, are you seeing any errors?

evancz commented 8 years ago

I bet this is resolved by #46, which I brought in a different way. I'll close. Reopen if there's still a problem (assuming you do a hard refresh to make sure you are getting the new resources).

jhrcek commented 8 years ago

I confirm, that now it's working fine.