MaestroJurko

Results 19 comments of MaestroJurko

``` var tableGrid = jqElm.find('.BigTable-Grid'); tableGrid.stickyTableHeaders("destroy"); tableGrid.stickyTableHeaders({ scrollableArea: $(".BigTable-Scroller")[0]}); ```

ok, a quick fix, used transformX instead of left position. try to use transformX, transformY, because that works much faster and you dont have to do any kind of calculations....

What is the URL that you open up then? An example of what I open up now with the browser is https://subdomain.domain.com/auth?shop=myshop.myshopify.com but it is not working, authentication fails.

I am still getting this error even though I download headless-chrome ``` executablePath: '/home/pi/Downloads/headless-chrome/chrome' (node:2435) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Failed to launch chrome! ```

vs-excess is set to 200, and still happens. Sometimes the whole list is not visible.

http://kamilkp.github.io/angular-vs-repeat/#?tab=1 scroll fast, on you will see a white background, it is not that obvious here, but if you have a higher view, it is much easier to see.

http://jsbin.com/mobipezehi/1/edit?html,css,js,output - in this example you will see, when scrolling, white flashes Could you please fix this issue, I know it is not as important, but it gives bad user...

using window.requestAnimationFrame speeds up scrolling a bit, but it is still not good in safari and IE. maybe take a look at this lib, if you could think of how...