jsprog
jsprog
LMDE4 and Windows 7: * `click` isn't generated for many elements (tested to fail with `div`, `span`, `input[type=text]`, and `input[type=password]`. * `dblclick` is generated after the second `mousedown`, not after...
The problems: * `element.attributes` and `element.hasAttribute` are not defined. * disabled elements are enabled. * readonly elements are editable. * placeholder not showing. * `element.setAttribute` is succeeding with `disabled` and...
The fetch example never worked since it was added to the Linux version of sciter.js. The execution always locks at `await fetch(url)`. but it runs successfully under Windows. Note: I...
RTL directions and languages are rendered correctly under Windows but not under Linux(LMDE4). Affected targets are styled with background-color: pink; Windows: Windows7 x64  Linux: LMDE4 x64  Code: ```html...
To trigger this issue, you need to create a `struct` containing at least two fields: - the first field is **optional** with the default value of **`None`**, and the created...
This should've went into the Discussions tab if it was available. I'm trying to achieve the following: - app with multiple layouts (Layout Route + Layout Router per layout). -...
This plugin is really broken with vite@4. Just, create a vite project based on one of the available templates, then use this plugin as documented in readme. I even tried...
**Describe the bug** When rendering `Vec` dynamically with ``, each element is wrapped between `` and `` (of course, debug mode). The problem is that the upper HTML comment may...
Let's consider the sample code below (counter) **to crash the app:** - `cargo run` - replace `"{count}"` with `""`, then save to see the change reflecting on screen - undo...
I'm having a hard time trying to make at least one embassy example work. Unfortunately, I confirmed that none of the official examples worked, event with the newer cargo-generate template...