\x00 crashes firefox ime
This commit is contained in:
parent
ce5007935a
commit
361c52a16a
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ var TextInput = function(parentNode, host) {
|
|||
text.style.top = "-2em";
|
||||
parentNode.insertBefore(text, parentNode.firstChild);
|
||||
|
||||
var PLACEHOLDER = useragent.isIE || useragent.isOpera ? "\x01\x01" : "\x00\x00";
|
||||
var PLACEHOLDER = "\x01\x01";
|
||||
|
||||
resetValue();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue