N S
N S
Hi everybody, besides that the documentation for HXP project file is not consistent with the reality (package names, fields), the possibility of building project with HXP has been broken at...
Adding openfl.display.Tilemap on stage (no matter which level) inadequately loads CPU and GPU in **any** browser. **To Reproduce** Run the code and see the CPU& GPU load: class Main extends...
**Describe the bug** If we apply `CollorTransform` or `ColorMatrixFilter` to some contents inside of the scrollable area, that contents coords stay unchanged when `scrollRect` of the parent changes. **Interesting to...
To scale an application I'd prefer to use `Toolkit.pixelsPerRem` instead of `scaleX` and `scaleY` for some reasons. When `Toolkit.pixelsPerRem` value is changed, renderers placed in `_rendererPool` in `VirtualLayout` are not...
`VirtualLayout` caches `itemWidth` and `itemHeight` which cause problems when `Toolkit.pixelsPerRem` value is changed. As a solution I use the following patch in `ListView` ```haxe class ListViewEvents extends ScrollViewEvents { ......
Combination of `min-width` and `max-width` does not work for button. Button's width is sticked exclusively with `min-width` value and does not stretch. http://haxeui.org/builder/?e95796e9 ## Expected behavior Button has minimum width...
I tried to play with `min-width` and `max-width` in 1.7 to achieve dynamical button stretch (with no success) and end up with an endless loop. Example: http://haxeui.org/builder/?29fa4250 ## Your Environment...
There is an issue with CSS where an element with an `id` is incorrectly inheriting styles meant for an additional class, even when that class is not present. In the...
Сhild elements of a container are assigned the `.first` and `.last` CSS classes incorrectly if one of the children is explicitly hidden in the XML template. This causes improper styling...