无法在chrome版本45.0.2454.85 m的rich:inplaceInput标记中输入值

时间:2015-09-04 03:38:22

标签: javascript html google-chrome javascript-events richfaces

当我将chrome更新到版本45.0.2454.85 m时。我无法在rich:inplaceInput标记(inside rich:dataTable)

中输入值
<rich:dataTable
value="#{viewProductWarehouseProductList.listProductSelected}"
var="_product" id="tableProductSelected" reRender="ds"
onRowMouseOver="this.style.backgroundColor='#D3DBDE'"
onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'">
........
<rich:column style="width: 10%; text-align : right;">
    <f:facet name="header">
        <h:outputText value="Đơn giá" />
    </f:facet>
    <rich:inplaceInput value="#{_product.priceOutString}"
        minInputWidth="100px" id="priceOut">
        <a:support event="onviewactivated"
            reRender="totalAmount,amountBeforeTaxTotal,amountVat,totalMoney,discountAmount, commissionAmountField, formContractDetail:commissionAmountField:commissionAmount, commissionInput, totalAmountConvert, realPrice, priceOut, contractPriceField"
            actionListener="#{viewProductWarehouseProductList.renderMoney(contractsHome.instance.exchangeRate)}"
            action="#{viewProductWarehouseProductList.calculatorCommission}"
            ajaxSingle="true" />
    </rich:inplaceInput>
</rich:column>
........

我建立了关于铬45.0.2454.85米的变化的链接。 Stable Channel Update 并记录Log change chrome 44.0.2403.157..45.0.2454.85 但我不知道问题在哪里,我认为铬改善Javascipt(V8)因为我不能输入值(我之前从未见过这个问题)。

1 个答案:

答案 0 :(得分:1)

如果按退格键两次删除完整输入,则错误只会占用一个字符 错误打开: https://code.google.com/p/chromium/issues/detail?id=528900

相关问题