bruceweasley88

Results 3 issues of bruceweasley88

## **Describe the bug (required)** / **详细描述 bug(必填)** 组件事件设置器绑定事件,无法获取到返回return的值。只能自己手动在Schema中补上return。 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 所有的事件绑定都是如此。 --- ## **Expected behavior (required)** / **预期行为(必填,非常重要)** 预期是在Schema中 生成:function(){return this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([])) } 实际:function(){this.onDataPull.apply(this,Array.prototype.slice.call(arguments).concat([]))...

## **Describe the bug (required)** / **详细描述 bug(必填)** ReactRenderer的appHelper,能否自定义方法或者变量到上下文this --- ## **Screenshots (optional)** / **截图(可选)** ![image](https://user-images.githubusercontent.com/36667646/224657784-444a34b6-edcb-4b37-94ca-2394cce608a8.png) ![image](https://user-images.githubusercontent.com/36667646/224657970-5575bc79-c289-4421-8d41-14cb94c2a8e8.png) ---

## **Describe the bug (required)** / **详细描述 bug(必填)** removeDocument仍然遗留style的问题 --- ## **To Reproduce (required)** / **如何复现 bug?(必填,非常重要)** 直接在官方Demo操作,这是默认页面,带有样式↓ ![image](https://github.com/alibaba/lowcode-engine/assets/36667646/21d2ab69-0c85-402a-8f98-2a3efb8f4df4) 现在把document移除掉↓ ![image](https://github.com/alibaba/lowcode-engine/assets/36667646/29aa4820-c569-4141-ab2e-ee5b939d0304) 问题出来了,dom已经销毁,但是style仍然保留着↓ ![image](https://github.com/alibaba/lowcode-engine/assets/36667646/c3d24e5f-dac2-4b2c-81e7-18500e294d39) 如果这时候重新打开其他document,style就污染了

bug
later