autosize
autosize copied to clipboard
Flicker on IE 10 and 11
Autosized textareas show a slight flicker on resize in IE 10 and 11. I fear without an invisible clone element (as in version 1), this will be hard to avoid ... Astonishingly, IE 9 doesn't have this problem.
I have the same concerns. I tested this before publishing the rewrite, and didn't notice any flicking, but I used a VM for testing IE. The slower performance of using windows in a VM might have masked the flickering.
Stupid IE - as always :-D
It's not just your plugin. It happens on all sorts of variations that make use of the textarea's scroll height to find out its corrected height. E.g. this one: https://gist.github.com/TEugen/5779160
So there is nothing can be done about it?
I guess not, but I'm open to contributions here. I think the only thing that could be done would be move back to use a mirrored textarea element, but I don't have any intention on doing that because it opens the door to a different set of problems.