fable-compiler / Fable

F# to JavaScript, TypeScript, Python, Rust and Dart Compiler
http://fable.io/
MIT License
2.9k stars 296 forks source link

Virtualdom sample doesn't work in safari #220

Closed mastoj closed 8 years ago

mastoj commented 8 years ago

Description

The sample page doesn't have the right style on the counter and the todomvc app doesn't work.

Repro steps

Check the virtualdom sample in safari and compare to chrome and you'll see that the behaviour is correct in chrome but not safari. Not sure what is going on with the styles of the counter, and for the todomvc part it looks like the eventdata isn't sent when the mouse is clicked.

alfonsogarciacaro commented 8 years ago

I can confirm that the sample's working now on Safari. Thanks!