Bryan Matthews

Results 8 comments of Bryan Matthews

When an editor is rendered you can bind mousetrap to the editor's (iframe) body element. ``` javascript function handleSaveKeyboardShortcut(e) { if (e.preventDefault) { e.preventDefault(); } else { e.returnValue = false;...

I was able to repro in a test at least, which I will attempt to push to a fork tomorrow.

[Here's the test where I was able to reproduce the problem](https://github.com/cognitoforms/vue-input-facade/pull/4/files#diff-a6cd83984d46090cbd961965fdcbcb983583d83ce3eeb7d8c90aff5803000a8f). I tried to get it as close as I could to what was I seeing in the app.

FYI, I confirmed that the `App.config` fix from that link gets me past the error. I see this is planned for 0.10.2, behind 0.10.1. What is the expected time-frame for...

No problem. I was referring to your last comment: > This is exactly the issue - http://stackoverflow.com/q/9164260/18475 Adding a config file with the content suggested in that SO thread fixed...

Internal. In my case the package imports the "GroupPolicy" PowerShell module.

@michaelgg13 I created a package for it as recommended by Rob, which just creates a minimal config for choco. The down-side of course is that you have to remember to...