JohnK

Results 24 comments of JohnK

The problem also occurs for alt text: `` Seems like it should probably be considered part of the same bug report... any objection to adding "alt" to this issue's summary?

HTML to reproduce the issue using the "Sample 8 - Web Browser" app (note that in the style, only the resize and overflow attributes are necessary): ``` .resizable { border:...

The problem also occurs for table rows, and the border-radius trick does not work there: ``` tr.dotted { outline: 2px dotted black; border-radius: 3px; } tr.dashed { outline: 2px dashed...

This seems to work for me, testing with 1.4.0b. Thanks for the fix, @p0358! You just saved me a lot of headache since I need that functionality.

Looks like this has been fixed in the 1.4.0 final release build, so I think this should be closed.

Input field focused, but external text still appears selected (but it's just a repaint failure): ![Image](https://github.com/user-attachments/assets/f741570a-8a5a-42e0-a717-8024b622380a) Clicking/dragging in the text after the bug occurs will turn parts of it white:...

Just discovered that as with [issue 530](https://github.com/ultralight-ux/Ultralight/issues/530), 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)

Awesome, thanks. Hoping that also fixes the related issues where the taskbar button disappears and file chooser dialogs are unusable.