-
Migrating to Intern ~3.4.1 requires that we address the issue of dropping out the `dojo2-dev` typings from the `typings.json` and having the packages fully converted over to `@types`.
Refs #113 and…
-
Several unit tests currently fail on Windows due to path issues.
-
**Bug**
**Enhancement**
**Code**
**Expected behavior:**
**Actual behavior:**
-
The code below fails on iOS 8 with an error about attempting to set the `constructor` property, which is readonly:
``` js
dcl(HTMLElement, {
constructor: function () { }
});
```
See ibm-js/delite…
-
FROM dojo/dojo.io#98
The README.md file states, in the Quick Start section, that the proper way to deploy the site locally includes, amongst other things, running the default grunt task. When this …
-
**Bug**
Calling `addDecorator` from within an instantiated widget - specifically with a decorator such as `afterRender` which takes place after `render` - will add the callback to `_decoratorC…
-
Output format is not as well structured as we'd like it. Needs some design work/cleanup. Get templates to get the output looking cleaner.
-
Basic themes are now available in a branch of `web-editor`.
I have created a [`dojo2` editor theme file](https://github.com/kitsonk/web-editor/blob/feature-vscode-themes/src/themes/dojo2.json) whic…
-
**Bug**
The loader is unable to load a module where the filename ends in `css`. Examples modules include `css.ts` and `postcss.ts` (`import postcss from './postcss';`).
I believe this m…
-
Hi, I am using touch screen laptop. I added this plug-in for testing on firefox and edge browsers. I'm unable to scroll content by touching screen. Please let me know how to fix them. Is there any pat…