PBA

Results 17 issues of PBA

fix error which calculate child to parent position not include scrollLeft and scrollTop

### 使用的 Kraken 版本 | What version of kraken are you using main ### 重现步骤 | Steps To Reproduce **重现代码 | Code example:** ```javascript const BODY = document.getElementsByTagName('body')[0]; function setElementStyle(dom,...

bug

### 使用的 Kraken 版本 | What version of kraken are you using master ### 重现步骤 | Steps To Reproduce **重现代码 | Code example:** ```javascript let box = document.createElement('div'); document.body.style.background= '#f92';...

bug

## 使用场景 | Use case 监听某个元素的尺寸变化。并做出相应的行为 ## 提案 | Proposal 支持 ResizeObserver 相关api,https://developer.mozilla.org/zh-CN/docs/Web/API/ResizeObserver

enhancement

### 使用的 Kraken 版本 | What version of kraken are you using 0.8.4,0.8.0 ### 重现步骤 | Steps To Reproduce **重现代码 | Code example:** **预期结果 | Expected results:** 125元素的clientWidth是跟父元素的一致为375。 **实际结果 |...

bug

### 使用的 Kraken 版本 | What version of kraken are you using v0.8.0和v0.8.4, android 版本无法断点调试,断点断不住 ### 重现步骤 | Steps To Reproduce **重现代码 | Code example:** 直接是有调试链接,打开代码进行breakpoints **预期结果 | Expected results:**...

bug

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

documentation
demo
still-in-working
js

# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...

1. Refactor:FlowLayout Refactor. 2.Feat: Text with other RenderBox layout in FlowLayout like web. 3.Feat: Support Sliver change direction. 4.Fix: Css Animation replay error. 5.Fix: Sliver element delete or insert error.