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...
Awesome! Thank you so much!
@albanm Do you have any hint? I struggled with this issue and any help would be more than welcome.
Thanks a ton!
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.