angular-elastic icon indicating copy to clipboard operation
angular-elastic copied to clipboard

copy padding to hidden textarea

Open koctep opened this issue 9 years ago • 3 comments

In chrome width setted incorectly, this patch fixing it. But still has problem on mobile chrome.

koctep avatar Sep 06 '15 20:09 koctep

Thanks for the contribution :+1:

However, I believe the padding should be taken care of here:

https://github.com/monospaced/angular-elastic/blob/master/elastic.js#L66

and then here:

https://github.com/monospaced/angular-elastic/blob/master/elastic.js#L150

Would you be able to provide a plunkr or similar showing this Chrome padding issue in action?

monospaced avatar Sep 30 '15 20:09 monospaced

I noticed that if you change the padding during the lifetime of the textarea, then angular-elastic doesn't take the new padding into account.

strille avatar Aug 03 '16 14:08 strille

I think this is related #101, but I can't reproduce it in plunkr :/

optyler avatar Oct 13 '17 10:10 optyler