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:absolute
elements positioning. - Instead of
min-intrinsic/max-intrinsic
length values the engine usesmin-content
andmax-content
. CSS3 tends to use these names.min-intrinsic
andmax-intrinsic
are 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.