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

**Describe the bug** if a windows enable the window-blurbehind (like window-blurbehind="light"), the window will not be able to drag on windows 11 **To Reproduce** Steps to reproduce the behavior: 1....

**Describe the bug** I cannot get Sciter to run at all on my MacBook Pro (16-inch, 2019) Intel, Catalina 10.15.7 (19H1030) Seems like permissions, paths and some other issues... **To...

Using the instructions from here: https://quark.sciter.com/quark-application-samples/hello-world/ With a fresh checkout of master: ```sh [15:25:55] chmod +x ./sciter-js-sdk/bin/quark/linux/quark-start.sh [15:26:03] cd ./sciter-js-sdk/bin/quark/linux [15:27:51] ./quark-start.sh ./quark-start.sh: line 1: ../../bin/linux/x64/scapp: No such file or...

**Describe the bug** Scapp.exe (x64/x32) will crash when running my modified app Scapp.exe (x32) is work on some modified app. But all modified apps are work normal when I run...

**Describe the bug** When I use quark-start.sh, it gives me the error `malloc(): smallbin double linked list corrupted` **To Reproduce** Steps to reproduce the behavior: 1. Go to `sciter-js-sdk/bin/quark/linux` 2....

I cann't change content-type, even I follow fetch api spec to set header, but it now work

date and time control ``` input:lang(zh) span.year:empty { content: "年"; } input:lang(zh) span.month:empty { content: "月"; } input:lang(zh) span.day:empty { content: "日"; } /* Example: localization of input|time for zhssian...

4.4.7.2 get crash, but 4.4.6.6 is OK. in 4.4.7.2, the C# app call _API.SciterCreateWindow, which is NULL, so the latest ISciterAPI changed? ``` public delegate IntPtr FPTR_SciterCreateWindow(SciterXDef.SCITER_CREATE_WINDOW_FLAGS creationFlags, ref PInvokeUtils.RECT...

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...

I was playing around with the sample to compile to html using pandoc, and came across these issues # File watching At https://github.com/c-smile/sciter-js-sdk/blob/37851e58eea46c9ecc15500bfbe41971b66ddbd9/samples.sciter/applications.quark/mdview/main.js#L180 it should be `Settings.saveState()` # Rendering images...