我在Edge 12中遇到一个非常奇怪的问题。在下拉列表中选择一个选项并将光标设置为以下输入字段时,浏览器会自行重新加载。没有涉及JavaScript。请参阅下面的笔或代码。
http://codepen.io/anon/pen/LNmVGL
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie ie6 lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie ie7 lt-ie10 lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 lt-ie10 lt-ie9" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 lt-ie10" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>Test</title>
</head>
<body>
<form method="post" action="http://localhost/ms-vouchers/sticker/step2" id="sticker-form">
<select name="sticker_country" id="sticker-country">
<option value="none">Land wählen ...</option>
<option value="de">Deutschland</option>
<option value="ch">Schweiz</option>
<option value="at">Österreich</option>
</select>
<input type="text" name="sticker_shortname" id="sticker-shortname" maxlength="3" placeholder="Kürzel" />
<input type="text" name="sticker_name" id="sticker-name" maxlength="12" placeholder="Name" />
<input type="submit" value="Weiter" name="proceed" />
</form>
</body>
</html>
&#13;
答案 0 :(得分:0)
我在这里搜索了一下:https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/
没有与此相关的问题。
我尝试使用EdgeHTML版本13.10586但我没有。
因此,如果有任何错误,则已更正。
答案 1 :(得分:0)
我通过在未来100年内设置max
值2118-12-31
来解决此问题。关于问题here有一个主题。我在Edge版本16.16299