Ketec

Results 19 comments of Ketec

End up in this thread after looking up this issue and ::part is certainly not an option because this requires templates to have matching attributes. Cannot expect all third party...

I see it is using a rather old version of Karma. `karma-coverage-istanbul-reporter` I believe was deprecated in favour of karma-coverage. This was already with Angular 11. Possibly also old compilation...

Code coverage relies on istanbul which likely is not fully compatible with newer targets ES5 is the max target that works ES2015 no longer does. Likely related to: https://github.com/angular/angular/issues/44781

I think the issue is more about the code itself JsonFormsAngularService is not decorated as an injectable service which likely leads to it not getting properly injected/detected by Istanbul when...

This may go deeper, I also see this is not an angular library but a custom webpack build? Wanted to test increasing target to 2015 aswell for the angular adapter...

cannot try it on the demo site because the limit to screen setting resets when you reload the page and there is no router based navigation to trigger the same...

While it does not seem to freeze - the cards do not rearrange anymore back to original on window resize.

Back from vacation, checked again - while freeze is gone - the cards default to the left side - likely 0 0 position - when the container is smaller than...

Seems like this may have been a false positive - simply a coincidence because limit_to_screen: true was set. Which is the real cause of freezes in many cases.

If i find some time to check out and correctly add the config + tests and documentation in the correct place.