Francois Beaufils
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...
Same here...
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...