Opened 13 years ago
Last modified 13 years ago
#9253 closed defect
5-5-09 SVN trunk update: dojoxGrid fails on any cell edit — at Initial Version
Reported by: | vlad | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Receving error on FF / winXP invalid 'instanceof' operand dojox.grid._views
For example dojox/grid/tests/test_edit_dijit.html click on any editable cell and the error will be received
Offending code appears to be
invalid 'instanceof' operand dojox.grid._views if (!(cView instanceof dojox.grid._views)) {
in _Grid.js line 943
Note: See
TracTickets for help on using
tickets.