JohnK

Results 24 comments of JohnK

Screenshots: ![Image](https://github.com/user-attachments/assets/7e275dc6-d19f-463f-a531-bd76a2c59ec9)

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)

Depending on the table it can look worse. Comparison with Chrome using a different table: ![Table cells selection bug, second set of screenshots](https://github.com/user-attachments/assets/7d9c1e91-1603-471b-91bf-e13d1e6b27b9)

Screenshot: ![Image](https://github.com/user-attachments/assets/03f1e099-78b6-4e08-bec5-5b76beeb9dd2)

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.