2015-10-22 52 views
0

在IE中雙擊當我這樣做:爲什麼紙張輸入需要在聚合物

<!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

工程與webcomponents-精簡版所以我提出任何提示到那

相關問題