Ultralight icon indicating copy to clipboard operation
Ultralight copied to clipboard

Lightweight, high-performance HTML renderer for game and app developers.

Results 171 Ultralight issues
Sort by recently updated
recently updated
newest added

When attempting to load [dynamicland.org](https://dynamicland.org) an Ultralight gstreamer thread crashes with this backtrace: ``` (lldb) bt * thread #34, name = 'matroskademux0:', stop reason = signal SIGSEGV: address access protected...

The accessibility features of WebKit are currently not exposed to the API, fix this.

enhancement

Rework the image decoder cache so that it only keeps downsized copies of the image (based on actual displayed resolution) rather than storing the native resolution in memory.

enhancement
webcore

I cant seem to get a keypress working with the CAPI I am trying to trigger a "e" keycode 69 in js keypress and release when creating the key event...

The `event.key` value is "Unidentified" for Escape and NumLock, and for numpad keys other than Enter when numlock is on. And for apparently **every** key, `event.code` is an empty string....

Hello, I am working on a Windows-based project that necessitates integration with the Ultralight library. My project is specifically targeting the development of an x86 application, and it is essential...

When CSS border-style is set to dashed or dotted, no border is drawn on objects unless the style also includes a border-radius setting that is at least 1 pixel larger...

``` 1 2 3 4 ``` Takes forever to show dropdown. Or does not show at all. just does not work, even in samples/.

Within CSS, it is possible to define cursors with custom images. For example ``` cursor: url('path-to-image.png'), auto; ``` We should extend `ViewListener::OnChangeCursor` to support custom cursor images as well.

enhancement

1.Main window(800,600); create one background overlay for window(800,600); then create a front overlay window(200,200); only the background window can receive mouse event,the right should be that: if the background has_focus,it...