[elm-discuss] Re: Html.Keyed

2016-10-12 Thread Max Froumentin
lot of > extra cases (imagine checked state, text values, even focus and all being > controlled like this). > > > On Tuesday, October 11, 2016 at 11:01:57 AM UTC-6, Max Froumentin wrote: >> >> Hi there, >> >> Today I raised https://github.com/elm-lang/vir

[elm-discuss] Html.Keyed

2016-10-11 Thread Max Froumentin
Hi there, Today I raised https://github.com/elm-lang/virtual-dom/issues/37 Given there's no consensus on whether it's a bug, I'm bringing the discussion here. The reason why I think it's a bug is that the second time the view function runs it generates a ticked checkbox, although nowhere in

[elm-discuss] Re: Old browsers

2016-08-24 Thread Max Froumentin
It's really about finding what browsers elm code won't run on. On the project I'm working on, IE8 is in scope because we still have a significant number of users using it. If I want to introduce elm, it's easier to say it runs without a problem than to say some features won't work, or we need

[elm-discuss] Old browsers

2016-08-23 Thread Max Froumentin
Hi there, Is there an official list of the browsers that the developers of elm support? I've found bits of discussions here and there, but nothing definitive (ie, that will help me introduce elm in a project that has to work in IE8-11). Running elm in IE8 clearly doesn't work. A quick try at