Gerhard Presser

Results 6 issues of Gerhard Presser

when using OnDemandLists/Grids with async-stores, if the data get's refetched from server, cleanup() is called before firering the request. this removes all rows from the grid and creates an empty...

When using the DStoreAdapter for legacy reasons - observing the result works fine - but the result-array is not being updated if items are deleted etc. in the old store-API,...

hi all, in dgrid 0.3.x I used _getQueryOptions to add another - in fact primary - sorting property prior to actually query the store. I need this, because I want...

I'm using a FilteringSelect with a set of predefined values `[{id:'1',label:'1-the value'},...,{id:'8',label:'8-lorem ipsum'}` Autocomplete is turned on. If the user types '1', the label autocompletes and when pressing TAB, the...

may be broken since v1.12 some similar code than: ``` run = arr.map(this.run.data, function(item, i){ if(typeof item != "number" && item.hidden){ this.runFilter.push(i); item.hidden = false; } if(arr.some(this.runFilter, function(filter){return filter ==...

the java-date-pattern 'w' is mapped to 'W' which is the ISO-week. that's not correct. 'w' should stay 'w'