Denny Preis

Results 6 comments of Denny Preis

My hacky workaround with an onPush Wrapper Component: ``` const stopLoader = this.loader.stopLoader.bind(this.loader); this.loader.stopLoader = (loaderId: string, taskId1?: string) => { stopLoader(loaderId, taskId1); cdr.detectChanges(); }; ```

The issue is definitely related to the domino ssr polyfill. To be more specific: `global['document'] = win.document;` Uncommenting this line lets the application boot again. So the "is browser check"...

Tried it with shaders myself. The screen is black when shaders "none" or "internal" are selected. With every regular shaderpack it is working, but with extremely low fps (around 10-20...

Yeah selected item only work in multiple mode... In single mode the input is field with the selected field

Reason for the fix is described in the ticket.

I could create a PR with the rounded scrollLeft, so it actually matches the rounded scrollWidth Rounded ScrollWidth: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollWidth?retiredLocale=de Mentioning the scrollLeft decimal value: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft