The build is as usual here: sciter2-tech-preview.zip.
In this build:
- Functionality of
Element.swap()andElement.sort()is back. - Fix of expandable image rendering issue
- Sample sdk/samples/ideas/grid/grid.htm is fully operational now plus:
- column-resizer
- row sorting.
- Fixes with
position:absoluteelements positioning. - Instead of
min-intrinsic/max-intrinsiclength values the engine usesmin-contentandmax-content. CSS3 tends to use these names.min-intrinsicandmax-intrinsicare and will be recoginized. - Fix of
Element.clone()method. - Fix of
Element.scrollTo()method. - sdk/samples/ideas/virtual-list/ sample is operational now. See screenshot on the right.
- sdk/samples/replace-animator/ sample was slightly redesigned – renders better I think.
