Jérôme Steunou
Jérôme Steunou
I'm sorry then one is hard to explain, but in a webapp with body 100% height and y overflow hidden, using autosize move the body _negatively_ when opening iOS keyboard...
**Describe the bug** Special characters like unicode unbreakable space are removed **How to reproduce** Unbreakable spaces are important in some language like french, because you need a space before exclamation...
I stumble on a case where I did not understand why my `model.set` called with `{parse: true}` did not call the `parse` method. I was very surprise to discover that...
This might be a question for the idom team but maybe you will have some answers. Playing with some performance measure on a quite simple view, my 1st render using...
Pulled my hair this morning on a silly bug: why on earth _.wrap return a string! Blame on me still using `exports` :(
From #1971 & #3389 it seems that a good clean up for view's regions would be to create those only when needed / accessed. What about stop create regions from...
Now Marionette has a way to set multiple Renderer logic, it should also add a way to prevent regions to be re-initialized, because some renderer allow morphing the view by...
### Description Kind of tricky but this is the use case: 1. Create a view 2. Manually init a region with a node element as el 3. re-render the view...
`triggerMethod` called from a view with the matching method in the same view return the value returned by the method but `triggerMethod` called from a view with the matching method...