JohnK
JohnK
Screenshots: 
Attaching a script for the PowerShell command, to make it a bit easier to repro when debugging. You may need to set PowerShell to allow local scripts, which you can...
Just discovered that as with [issue 531](https://github.com/ultralight-ux/Ultralight/issues/531), the problem does not happen with the "Sample 7 - OpenGL Integration" app. Apparently related to this code there: ``` GLFWbool _glfwRegisterWindowClassWin32(void) {...
Related bug: [issue 533](https://github.com/ultralight-ux/Ultralight/issues/533)
Fixed in 1.4.1-f6c121e1 dev build; closing.
Depending on the table it can look worse. Comparison with Chrome using a different table: 
Screenshot: 
For anyone else who needs a workaround until the fix is in place, here's a function you can call after using window.scrollTo(): ``` function ForceRepaint() { document.body.style.transform = 'scale(1)'; document.body.offsetHeight;...
Also seeing the apparent same issue sometimes when scrolling with the mouse wheel. Fixed content at the top of the page can leave artifacts in the content below when the...
Fixed in 1.4.1-f6c121e1 dev build; closing.