fix textarea positioning on ie

This commit is contained in:
nightwing 2013-02-03 16:35:47 +04:00
commit 2bdd35a004

View file

@ -51,7 +51,7 @@ var TextInput = function(parentNode, host) {
text.autocapitalize = "off";
text.spellcheck = false;
text.style.bottom = "-2em";
text.style.bottom = "2000em";
parentNode.insertBefore(text, parentNode.firstChild);
var PLACEHOLDER = "\x01\x01";