Bengt Weiße

Results 100 comments of Bengt Weiße

But it seems you have a bunch of js-errors in your browsers js console. Those js errors can break js execution. So maybe those things are not rendered correctly. Bengt...

i guess this is something like a timing problem or maybe even with ionic, because maybe it is rendered during the modal transition. could you please try to initialize quill-view...

just use *ngIf inside of the modal html and set a property to true after ionViewDidEnter was executed. ```TS @Component({ ... }) class Component { isEntered = false ionViewDidEnter() {...

btw: there is also a quill-view-html component, that simply renders the html with some additions for sanitizing and so on.

seems like adoptedStyleSheets is not supported by jsdom. question is why this stencil code is executed now and not before. because this code part is there in the stencil code...

sadly this error occurs in an angular + ionic project as well, when testing with jest. those tests where failing since 4.18.2 (https://github.com/ionic-team/stencil/issues/5786). With 4.19.1 i get the error of...

You do not have to apologize :). Thanks for caring and responding/fixing so fast.

@christian-bromann btw: it is working :) Thanks!

@christian-bromann maybe not the same thing again. but maybe related? i updated the deps of a project to use ionic/angular 8.4.1 + angular 19 and in my tests i got:...

@christian-bromann sorry i was already away from the computer yesterday evening (CEST). so here as you wish :) https://github.com/KillerCodeMonkey/ionic8-angular19-jest-fail