zhang.fat

Results 2 issues of zhang.fat

当`JXSegmentedListContainerView`使用 `ScrollView`时。 `segment.isContentScrollViewClickTransitionAnimationEnabled=true` 在`segmentedView(_ segmentedView: JXSegmentedView, didSelectedItemAt index: Int)`方法中,使用改变高度约束的方式 `containerView`高度。 会出现`containerView``contentOffset` 计算出现问题,多增加一个`childView`宽度。(滑动 `ListContainer`不会出现此问题) 取消动画就会好。 这个大概是哪里出了问题?

bug

Issue Description: When using the lua cjson library to encode Lua tables containing floating-point numbers with decimal places, the output JSON does not retain the decimal places as expected. Steps...