Merge pull request #942 from ajaxorg/tmp

fix miscellaneous small bugs
This commit is contained in:
Lennart Kats 2012-09-19 07:02:41 -07:00
commit 1ff5571bb7

View file

@ -51,8 +51,10 @@ var TextInput = function(parentNode, host) {
text.style.top = "-2em";
parentNode.insertBefore(text, parentNode.firstChild);
var PLACEHOLDER = useragent.isIE ? "\x01" : "\x01";
sendText();
var PLACEHOLDER = useragent.isIE ? "\x01" : "\x00";
reset(true);
if (isFocused())
host.onFocus();
var inCompostion = false;
var copied = false;