scottcheng / cropit

A "customizable crop and zoom" jQuery plugin.
http://scottcheng.github.io/cropit/
MIT License
875 stars 304 forks source link

IE10 disables resize slider after image is loaded #37

Closed BenAHammond closed 9 years ago

BenAHammond commented 9 years ago

You can reproduce in the basic demo. As soon as an image is selected, the slider is disabled.

scottcheng commented 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?

piotrze commented 9 years ago

@scottcheng It is caused by lack of css styles for range input for IE.

BugHunter2k commented 9 years ago

@scottcheng For testing in IE you can grab a virtual pc/virtualbox image from Microsoft: https://www.modern.ie/en-us/virtualization-tools#downloads

scottcheng commented 9 years ago

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.

BenAHammond commented 9 years ago

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.