javascript - FireFox editableCellTemplate only enabling editing one time -


in firefox, have editablecelltemplate of:

<input type="number" ng-class="\'colt\' + col.index" ng-input="col_field" ng-model="col_field" /> 

the first time user clicks, allows him modify cell. subsequent attempts not enter edit mode. using version 2.0.7 of grid. however, works fine in chrome , ie.

there error in firefox console once trying edit same cell: typeerror: current null angular.js:9186

here jsfiddle illustrate problem in firefox: try modifying 'age' column.

http://jsfiddle.net/zlaja1983/38hpb/

i think thay should change type="number" type="text". it's worked me!


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -