autosize icon indicating copy to clipboard operation
autosize copied to clipboard

Flicker on IE 10 and 11

Open SimonSteinberger opened this issue 9 years ago • 4 comments

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.

SimonSteinberger avatar May 13 '15 08:05 SimonSteinberger

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.

jackmoore avatar May 13 '15 15:05 jackmoore

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

SimonSteinberger avatar May 13 '15 15:05 SimonSteinberger

So there is nothing can be done about it?

andreyvolokitin avatar Feb 29 '16 09:02 andreyvolokitin

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.

jackmoore avatar Feb 29 '16 17:02 jackmoore