xiaojie.dai
xiaojie.dai
**Describe the bug** 升级 3.0 后,自定义控件高度一直为 0,在 createRenderNode 的时候打印前端传过来的 Props 里面高度是有的,Debug 发现在NativeRenderProvider中的以下方法中,解析出来的 list 高度直接为 0,导致后面步骤获取出来的值也是 0: @CalledByNative public void callUIFunction(int rootId, int nodeId, long callbackId, String functionName, byte[] buffer) {...
**Describe the bug** 用户进入 Hippy 页面后,会偶现崩溃,目前已经排到我们崩溃榜第一,版本是 3.3.0,之前版本是 2.17.2,为新增崩溃,发生再 ViewGroup 中 崩溃堆栈如下: Fatal Exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:7024) at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:6946) at android.view.ViewGroup$ViewLocationHolder.init(ViewGroup.java:9933) at android.view.ViewGroup$ViewLocationHolder.obtain(ViewGroup.java:9814)...