Opened 7 years ago
Closed 5 years ago
#17865 closed defect (patchwelcome)
DataGrid Bug close cell edit
Reported by: | brunomilhan3 | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | Dojox | Version: | 1.5.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello;
I am problem with dojox/dataGrid. I use DataGrid? with 1000 entries, when click in edit in cell and slide scrolling, throw error: "Uncaught Error: assertion failed in ItemFileWriteStore?" and my data is not show more and impossible edit next cell...
Uncaught Error: assertion failed in ItemFileWriteStore? lib/dojo/./data/ItemFileWriteStore.js:8
if (!dojo._hasResourcedojo.data.ItemFileWriteStore?) {
dojo._hasResourcedojo.data.ItemFileWriteStore? = true; dojo.provide("dojo.data.ItemFileWriteStore?"); dojo.require("dojo.data.ItemFileReadStore?"); dojo
.declare(
"dojo.data.ItemFileWriteStore?", dojo.data.ItemFileReadStore?, {
constructor : function(_1) {
this._featuresdojo.data.api.Write? = true; this._featuresdojo.data.api.Notification? = true; this._pending = {
_newItems : {}, _modifiedItems : {}, _deletedItems : {}
}; if (!this._datatypeMapDate?.serialize) {
this._datatypeMapDate?.serialize = function(
_2) {
return dojo.date.stamp.toISOString(_2, {
zulu : true
});
};
} if (_1 && (_1.referenceIntegrity === false)) {
this.referenceIntegrity = false;
} this._saveInProgress = false;
}, referenceIntegrity : true, _assert : function(_3) {
if (!_3) {
throw new Error(
"assertion failed in ItemFileWriteStore?");
}
},
Change History (1)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in more than a year, I'm closing this as patchwelcome. Please let us know if you would like to get involved in helping make this change to Dojo!