Francois Beaufils

Results 13 comments of Francois Beaufils

@6pac I tried your fork and I noticed the same issue. I'm very interested to find a good fix without forking if possible.

@6pac My conditions: Macbook pro 15" with Chrome v45. You can simply check this exemple: http://mleibman.github.io/SlickGrid/examples/example-optimizing-dataview.html Try to quiclky scroll (bottom and top) and you should see the grid disappear...

Workaround here: ``` $scope.editorOptions = { onLoad: function(editor) { editor.on('blur', function() { $scope.myModel = editor.getValue(); }) } } ```

I've got the exact same issue, so I can't upgrade to `0.46`. I used `process` as a fallback in my `webpack.config.js` and can't remove it. So my platform is not...

@albanm Do you have any hint? I struggled with this issue and any help would be more than welcome.

That seems pragmatic and good enough. Thank you 🙏

@albanm Any input, advice to solve my issue? I am stuck with my form... Thank you very much in advance.