开发者

Last row of datagrid (com.inmethod.grid.datagrid) when selected, hangs all JS under Chrome

开发者 https://www.devze.com 2023-03-27 15:30 出处:网络
When selecting the last row in a datagri开发者_Python百科d-generated table (with setClickRowToSelect(true)of course), all javasript on the page hangs. That happens only on chrome (as far as I know). T

When selecting the last row in a datagri开发者_Python百科d-generated table (with setClickRowToSelect(true) of course), all javasript on the page hangs. That happens only on chrome (as far as I know). The same thing happens on wicketstuff's official example at http://wicketstuff.org/grid-examples/data-grid/

I would be very grateful for finding any way how to avoid that.


It is not grid problem. This issue is related to this bug: https://issues.apache.org/jira/browse/WICKET-3820. It works properly in wicket 1.4.18 again.

0

精彩评论

暂无评论...
验证码 换一张
取 消