c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

sigfault usciter/wsciter on Linux x64 and Win x64 #220

Open mryau opened 2 years ago

mryau commented 2 years ago

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>