Search found 12 matches

Thanks for the update Nige.

Hi, I'm not sure if I am missing something but I couldn't see any demo of the grid and accessibility support. Looking at the demos I have noticed the following. roving index is not implemented properly The grid does not use any table/row/column roles in the markup The grid does not have two modes of...
With your suggested changes it does work when using puppeteer and --screenshot-compare-with-previous. Not to get it working in our CI.

Thanks for your help again Nickolay.
Hi Nickolay,

Thanks for the assistance.

I'll try this out today and get back to you.
I cannot get screenshot comparison to work at all. When running on my mac I get two possible issues depending on whether you run --screenshot-compare-with-base or --screenshot-compare-with-previous. With base I see Taking screenshot has failed with error: TypeError: Path must be a string. Received [...
In NodeJS launcher startup time will be the fastest, but there will be no browser environment.
I think that's pretty much what I'm after providing "fastest" is in the low 100's of ms.

Thanks Nickolay
I would like to use Siesta for TDD when creating ExtJs components. My main issue with this is it is incredibly slow to run a single test from the the terminal. The test itself is fast 200ms confirmed by using showTestDurationColumn property (requiring loads of files and running the test) however the...
I've have looked at that blog post as a possible solution so will investigate it more, maybe better if I provide you with an example setup over email so I can better explain what I "would like", if it's even at all possible.
I did in the end Nickolay, turned out the charts.js file was not in the build folder due to sencha cmd creates a workspace, it only copies across from the sdk location it believes you need e.g. slimed down build folder, no examples etc I guess the point I was making though is still relevant, if I ha...
I'm using 6.2 there's no all file to achieve this with. The issue is we are able to config the Ext.loader using the loaderPath config however I believe that bascially says to the loader, the charts package src directly is charts/src whereas in reality some of the code is within charts/classic/src th...