当我这样做时:
<!doctype html>
<html>
<head>
<script src='bower_components/webcomponentsjs/webcomponents.js'></script>
<link rel='import' href='bower_components/polymer/polymer.html'>
<link rel='import' href='bower_components/paper-dialog/paper-dialog.html'>
<link rel='import' href='bower_components/paper-input/paper-input.html'>
</head>
<body unresolved>
<paper-input></paper-input>
<paper-dialog style='width:100px;height:100px' opened>
</paper-dialog>
</body>
然后在IE 11中单击时,纸张输入不会立即获得焦点。我需要在光标出现之前单击它一些。
如果我删除
<paper-dialog style='width:100px;height:100px' opened>
</paper-dialog>
从页面开始,纸张输入立即收到焦点。
我已经尝试过jsbinning它,但它似乎在IE http://jsbin.com/cuhubazuwi/1/edit?html,output
中根本不起作用任何提示赞赏: - )
干杯
答案 0 :(得分:0)
使用webcomponents-lite,所以我已经转移到