simplajs / simpla-img

An editable image you can update inline, built on Simpla
https://www.simplajs.org
MIT License
6 stars 3 forks source link

Replace range input with custom slider element #27

Closed madeleineostoja closed 7 years ago

madeleineostoja commented 8 years ago

Trying to use a native range input and normalizing cross-browser styling is a great idea in theory, but it's causing far more headaches than it's worth. We should replace it with Polymer's paper-slider element, or something similar (even our own). One less place to worry about cross-browser headaches, and there's not really an inherent reason why a native input is better than a manufactured one.

madeleineostoja commented 7 years ago

Fixed in https://github.com/SimplaElements/simpla-img/releases/tag/v1.0.0