InFact-coop / BlueCross

Helping to match dogs with new owners!
https://newhome.bluecross.org.uk
MIT License
1 stars 1 forks source link

Sliders broken on Internet Explorer #162

Closed maxgerber closed 6 years ago

maxgerber commented 6 years ago

Problem: The sliders on the Rex's new home render incorrectly, and also do not seem to update the elm model - leading to the user being unable to submit their answers and leave the view.

Cause: Internet Explorer has a myriad of compatibility quirks with input ranges. In order to get them to render correctly, it is necessary to use prefixes as outlined at the bottom of this document. Input ranges also do not trigger input events.

Possible solution: Using the above links, we should be able to create a version of the sliders that looks acceptable in Internet Explorer, and that updates the model properly.