Closed BenAHammond closed 9 years ago
@SparserLogic Sorry but I don't have access to IEs right now. Any chance you could check if there's any error in the console?
@scottcheng It is caused by lack of css styles for range input for IE.
@scottcheng For testing in IE you can grab a virtual pc/virtualbox image from Microsoft: https://www.modern.ie/en-us/virtualization-tools#downloads
Thanks for the input @piotrze @BugHunter2k.
@SparserLogic I tried it on Browserstack -- the slider functions on IE10+, but I agree the style makes it quite unusable. A few months ago I spent some time tweaking range
input styles in IE, and it was really frustrating. I'd say if you want to have consistent styling across IEs and other browsers, feel free to use a customized slider instead of a native one. I'll make it clear on the website.
Thanks for looking into it.
On Fri, Feb 20, 2015 at 9:40 AM, Scott Cheng notifications@github.com wrote:
Thanks for the input @piotrze https://github.com/piotrze @BugHunter2k https://github.com/BugHunter2k.
I tried it on Browserstack -- the slider functions on IE10+, but I agree the style makes it quite unusable. A few months ago I spent some time tweaking range input styles in IE, and it was really frustrating. I'd say if you want to have consistent styling across IEs and other browsers, feel free to use a customized slider instead of a native one. I'll make it clear on the website.
— Reply to this email directly or view it on GitHub https://github.com/scottcheng/cropit/issues/37#issuecomment-75284790.
You can reproduce in the basic demo. As soon as an image is selected, the slider is disabled.