c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigfault usciter/wsciter on Linux x64 and Win x64

mryau opened this issue · comments

commented

I got sigfault as for 4.4.8.3 as 4.4.8.22 versions just by click on calendar popup icon.
Here is minimal example (of course, test.html, vlist.tis and vgrid.css are placed into same directory):

<html>
  <head>
    <style>
      @import url(vgrid.css);
      table {
        style-set: vgrid;
      } 
    </style>
  </head>
<body>
         <input type="date" name="date1" value="2022-01-05" />
</body>
</html>