Aner Perez

Results 6 comments of Aner Perez

As a workaround, I had to wrap the table in a div and use ng-hide on the wrapping div. The table is still rendered but not displayed. You can't put...

Changing the return statement to read: ``` return variations[winner][0] ``` Fixes the issue for me but I'm not sure if this would work for all usage scenarios.

I get the same error with that template.

I also get the error with this template: ``` A B ```

I was only evaluating this library and Vue at the time so I didn't get further than what was stated above. I got it to work by making the following...

Changing the execCommand call to: `execCommand('initializeice', undefined, undefined, {skip_focus: true});` Does not stop the focus from being stolen but it _does_ stop the page from scrolling to the tinymce field....