Lines Matching full:newvalue
823 var newValue = event.target.value;830 newLen = Math.max(event.target.selectionStart, newValue.length);833 newLen = newValue.length;849 if (newValue.charAt(i) != oldValue.charAt(i)) {861 UI.rfb.sendKey(newValue.charCodeAt(i));878 UI.lastKeyboardinput = newValue;