Kenneth G. Franqueiro

Results 16 issues of Kenneth G. Franqueiro

### Description When I tab out of a popover that uses a portal, I expect focus to return to its trigger element, but it doesn't (it's moved into to the...

Type: Bug 🐛
needs triage

When `Tree` is used with a lazy-rendering grid (which is the norm, e.g. `OnDemandGrid` or `Pagination`), the `expand` method will currently end up throwing an error if an item ID...

bug
needs-opinions

Originally reported in https://github.com/SitePen/dgrid/issues/1265, the following doesn't work as expected. Given a store with data with IDs 1 through 10: ``` js store.filter(new store.Filter().or( new store.Filter().gt('id', 7).lt('id', 10), new store.Filter().lt('id',...

dstore 2.0 is intended to be _the_ store implementation for Dojo 2, so it makes sense to drop the legacy adapters. I had intended to do this earlier and apparently...

typescript

Convert `src/Store.js` to TypeScript as `src/Store.ts`, and `tests/unit/Store.js` as `tests/unit/Store.ts`. In order to run unit tests with the changes, any instances of `Store` will need to be changed to `Store.default`...

typescript

Convert `src/Filter.js` to TypeScript as `src/Filter.ts`. In order to run unit tests with the changes, any instances of `Filter` will need to be changed to `Filter.default` in other JS modules...

typescript

The docs for Request seem very brief and don't seem to include any details on the options it supports. Of particular importance, `useRangeHeaders` is not documented, and defaults to false...

documentation

While the docs state that legacy stores created with DstoreAdapter will be observable if the originating dstore instance is trackable (and I've seen that in action), the reverse does not...

enhancement
needs-opinions

Dojo 2.0 will most likely ultimately take a fresh look at charting and feature store support as a first-class citizen, as opposed to dojox/charting in which store support was largely...

typescript

Convert `src/QueryResults.js` to TypeScript as `src/QueryResults.ts`. In order to run unit tests with the changes, any instances of `QueryResults` in JS files will need to be changed to `QueryResults.default` in...

typescript