godky
godky
如果父元素初始样式有display:none;随后再展示,轮播组件会异常
Since this [commit](https://github.com/thecodrr/fdir/commit/2f6145e6a8ae78dcc64f529512f33f291226f3ea#diff-df87aa1bb6a1c46e6f011a574dfe5a0c583f4fa33925dfac677cd0d76742b5f6R51) uses feature '[`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController#browser_compatibility)', now our engine requirements should be updated.
`absolutifyURLs` function calculation error when processing inline style sheets in hash mode spa. For example: ```javascript //output: url(http://www.example.com/somepath/#/a.jpg) absolutifyURLs('url("./a.jpg")', 'http://www.example.com/somepath/#/route') ``` But the expected result is `url(http://www.example.com/somepath/a.jpg)`
Before submitting a new pull request, please make sure: - [ ] Test cases have been added/updated/passed for the code you will submit. - [ ] Documentation has added or...