sciter-js-sdk icon indicating copy to clipboard operation
sciter-js-sdk copied to clipboard

Sciter.JS - Sciter but with QuickJS on board instead of my TIScript

Results 38 sciter-js-sdk issues
Sort by recently updated
recently updated
newest added

As you can see the options of the top component are blocked by the bottom component and the zindex rendering order is not correct ![cap](https://www.jpgbox.com/jpg/63086_600x400.jpg) ```html Document word: a b...

AbortController can be used in the browser to abort fetch requests or promise operations, but how to handle it in sciterjs

Hi, I tried using it with a barebones react project and scapp.exe silently crashes. If it helps with the repro, here's a simple project to use: https://github.com/TemporalAgent7/sciter-basic-react . Let me...

Attempting to load tiddlywiki.com fails to display anything.

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 ![Screenshot-WIN7](https://user-images.githubusercontent.com/3159108/98708854-eaaea700-2381-11eb-91f9-8a2a3b61ead1.png) Linux: LMDE4 x64 ![Screenshot-LMDE4](https://user-images.githubusercontent.com/3159108/98708871-f00bf180-2381-11eb-8bb7-a1c78f56c273.png) Code: ```html...