framework icon indicating copy to clipboard operation
framework copied to clipboard

Dojo Framework. A Progressive Framework for Modern Web Apps

Results 50 framework issues
Sort by recently updated
recently updated
newest added

**Bug** There are errors in the code examples in resources introduction on dojo.io. Since the resources are a very new addition and there is no widespread use in the public...

**Enhancement** We currently use offscreen rendering quite a lot in @dojo/widgets to get things such as height of items to determine space for layout. To do this we require rendering...

**Enhancement** Resource options currently support `query` but when working on a new resources backed grid we require the ability to sort by a field. This will need to support sorting...

# Enhancement To improve our handling of `head` / `body` tags in our BTR process we should consider adding an attribute to vdom rendered within these elements. This would enable...

**Bug** It doesn't look the new test renderer supports the same type of functional handler to call a function in an property that is an object, it only supports calling...

**Bug** Package Version: 7.0.2 **Code** The middleware example on https://dojo.io/learn/middleware/introduction (`framework/blob/master/docs/en/middleware/introduction.md` in the repo) has a bug in this line: ```typescript {`Middleware property value: ${properties.middlewareProp}`} ``` That should be `properties().middlewareProp`...

Update framework to make sure it works with typescript 4

**Bug** Package Version: **Code** Given a widget where children are defined as matching an interface or being undefined and another widget that uses that widget, i am unable to set...

bug
area: testing

**Enhancement** Resource middleware mock As we start using the resource middleware more it could be useful to have a resource mock to use when testing. I'd imagine this could be...

**Enhancement** Currently any app or example that uses `i18n` and `cldr` from the `.dojorc` will not work on codesandbox. We have 2 examples of this in `@dojo/examples`: https://github.com/dojo/examples/tree/master/world-clock https://github.com/dojo/examples/tree/master/todo-mvc-kitchensink It...

enhancement
area: codesandbox