-
Gurubashi arena box does not appear after the first run Event , what could be the problem ?=)
-
When using the HTML to Mithril conversion tool provided, SVG elements are converted to all lowercase. SVG is [case-sensitive](http://www.w3.org/TR/SVG/styling.html#CaseSensitivity), so this breaks tho…
-
The converter breaks whenever it encounters an HTML tag with the "class" attribute. The error is:
> Uncaught TypeError: Cannot read property 'replace' of undefined
-
In the following example, a checkbox's checked attribute is binded to a boolean (isLightOn) and an onclick handler is attached to toggle this bit. We display this - isLightOn - value separately as wel…
-
``` js
m.route('/whatever', true)
```
The `true` flag here tells Mithril to replace the history, instead of push it
But this option doesn't exist when using config to route
``` js
{config: m.route} …
-
Take the following code:
``` javascript
var ItemManager = {
controller: function (attrs) {
this.createItem = function() {
attrs.items.push( new Item() )
}
},
view: function (ctrl,…
-
I needed to force the redraw of a component in a view, so I figured that I would simply change the key associated with it. However, changing the key changes the order of elements in the DOM. [Here](ht…
esrch updated
8 years ago
-
**Mithril version**: I don't know version of Mithril, because this version doesn't contain `m.version`.
But I looked commits and this Mithril version has been added in 1 Jul 2015.
When I choose optio…
Grinv updated
8 years ago
-
To add to the roundup todo list, use the following markdown format.
```
- [ ] optional description [link name](/link/to/item) by [Persons Name](link/to/person)
```
skial updated
8 years ago
-
## Topic
Should we consider a virtual DOM for Dojo 2?
## Considerations
There are several considerations that should be made about a virtual DOM for Dojo 2:
- Perceived benefits:
- Allowing batchi…