Markus Müller
Markus Müller
### Environment - Ember Version: 3.8.0 - Ember CLI Version: 3.8.1 - Ember CP Validations Version: 3.5.5 ### Steps to Reproduce Implement number-validator with options: ```javascript { allowString: true, integer:...
At the moment in the default `calculateWormholedPosition` function, the scroll of the window is taken into account, even if the anchor element of the destination isn't the body and relative/absolute...
In our app we used the `or`-helper in a template condition with two parameters, the first a `SafeString` (created with `htmlSafe`) and the other a `tracked` local property. ```hbs {{#if...
TinyMCE: 6.6.0 We are adding a custom plugin with its own menu button in the toolbar, but we need to open it also programmatically or at least be able to...