Opened 13 years ago
Closed 13 years ago
#9253 closed defect (fixed)
5-5-09 SVN trunk update: dojoxGrid fails on any cell edit — at Version 4
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 (last modified by )
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
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
This error prevented the DataGrid? from invoking my onSelectionChanged handler, only in Safari. My workaround was to define dojo.grid._views = Object in the script on the page.
comment:3 Changed 13 years ago by
thank you for suggestion
FireFox? winXP 3.0.10 is where I see its failing.
I tried
var dojo.grid._views = Object;
and
dojo.grid._views = Object;
in one of my .js files and that seem to cause an error on loading
comment:4 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Milestone: | tbd → 1.4 |
Resolution: | → fixed |
Status: | new → closed |
this seems to be fixed now.
This broke in revision r17496 to be exact