Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] skyline渲染有问题 #253

Open
agulado opened this issue Nov 5, 2024 · 5 comments
Open

[BUG] skyline渲染有问题 #253

agulado opened this issue Nov 5, 2024 · 5 comments

Comments

@agulado
Copy link

agulado commented Nov 5, 2024

Bug描述

skyline渲染模式显示有问题

复现方式

代码片段:https://developers.weixin.qq.com/s/bPI1Xtma7VVD

版本信息

  • useExtendedLib

截图

截图

@agulado
Copy link
Author

agulado commented Nov 5, 2024

刚测试了不用useExtendedLib引入是可以的,基本正常。
只试了navigation-bar,title有一些错位,我再看下是不是样式需要兼容。

@jakeywu
Copy link

jakeywu commented Nov 6, 2024

test content 这个组件就没有兼容skyline, 我测试TS-base就可以, TS+skyline就不行了

@Tidyzq
Copy link
Contributor

Tidyzq commented Nov 7, 2024

刚测试了不用useExtendedLib引入是可以的,基本正常。 只试了navigation-bar,title有一些错位,我再看下是不是样式需要兼容。

useExtendedLib 更新要慢于 npm 版本(需要时间灰度)。

错位问题可以检查一下是不是没有打开这几个配置:

  "rendererOptions": {
	  "skyline": {
		  "defaultDisplayBlock": true,
		  "defaultContentBox": true
	  }
  },

@zhouhuiquan
Copy link

刚测试了不用useExtendedLib引入是可以的,基本正常。 只试了navigation-bar,title有一些错位,我再看下是不是样式需要兼容。

useExtendedLib 更新要慢于 npm 版本(需要时间灰度)。

错位问题可以检查一下是不是没有打开这几个配置:

  "rendererOptions": {
	  "skyline": {
		  "defaultDisplayBlock": true,
		  "defaultContentBox": true
	  }
  },

@Tidyzq 如果灰度之后正式上线的话, 需要等待用户微信客户端的升级(这种升级估计得好几年吧)还是可以大多数客户端可以直接使用呢? 我现在也是用的npm引入的, 现在就很大, 喵~~

@Tidyzq
Copy link
Contributor

Tidyzq commented Nov 18, 2024

@Tidyzq 如果灰度之后正式上线的话, 需要等待用户微信客户端的升级(这种升级估计得好几年吧)还是可以大多数客户端可以直接使用呢? 我现在也是用的npm引入的, 现在就很大, 喵~~

@zhouhuiquan
useExtendedLib 版本的 weui 灰度是独立于微信版本或者基础库版本的,他的更新机制和小程序插件是一样的,可以直接覆盖所有用户(也正是因为这一点导致灰度进度缓慢)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants