Mangala Khalsa
Mangala Khalsa
Tested on Windows 10 * Chrome 66 (works) * Edge 41 / EdgeHTML 16 (works) * Firefox 60 (broken) If you fill out a required date field and click or...
In `test/Editor_more_widgets.html`: 1. Click a cell in the "Select Store" column 1. Click in the Select to open its dropdown 1. Activate a different application (causing the browser to lose...
This issue is from SitePen/dstore#201. A `declare([ Memory, Trackable])` object does not automatically update the grid. When `dstore/Memory#setData` is called on a `declare([ Memory, Trackable])` object, the grid is not...
Looking at dgrid's `test/complex_column.html` page in Chrome 58 some horizontal row borders are missing. This is due to the element's height being [set to `100%`](https://github.com/SitePen/dgrid/blob/27f000000c4fb4a72f7421e3e977464a7e4b568f/css/ColumnSet.styl#L5), which doesn't make sense since...
dgrid's `OnDemandList` uses debouncing or throttling to optimize rendering performance during scrolling. The debounce and throttle implementations are dependent on `setTimeout`, which has been targeted by [browser vendors](https://bugs.chromium.org/p/chromium/issues/detail?id=633188) for "optimization",...
**Bug** `Router#link` may be returning `undefined` for `/` Package Version: 8.0.0-beta.5 **Code** Route: ```javascript { id: 'home', path: '/', outlet: 'main', defaultRoute: true }, ``` Link: ```html Home ``` **Expected...
**Enhancement** `ActiveLink` would benefit from adding support for the [`aria-current`](https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaCurrent) attribute. This could be achieved by adding an `ariaCurrent` property and setting it when the link is active. ```typescript export...
* add information on using `tsc` to generate type declarations * and link to microsoft/dts-gen
README.md: add documentation for `options.prefix` index.ts: add error message if `options.prefix` is not specified with `options.main` Fixes #121
index.ts: remove unused options README.md: add info on `sendMessage` and `verbose` options