ms-duplex在win7 IE8下面輸入字符串之后,按刪除鍵光標自動跳到最前面(avalon版本是1.4幾)?
<!DOCTYPE html>
<html>
<head>
? ? <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
? ? <!--[if IE 7 ]>? ? <html class="ie7"> <![endif]-->
? ? <!--[if IE 8 ]>? ? <html class="ie8"> <![endif]-->
? ? <!--[if IE 9 ]>? ? <html class="ie9"> <![endif]-->
? ? <meta charset="UTF-8">
? ? <script src="avalon.js"></script>
? ? <title>登錄</title>
</head>
<body ms-controller="test">
<input ms-duplex="string_test"? />
{{string_test}}
<script>
? ? var model=avalon.define({
? ? ? ? $id:"test",
? ? ? ? string_test:""
? ? })
</script>
</body>
</html>