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

ScrollIntoView 对于 slot 的元素无效 #3728

Closed
yinLiangDream opened this issue Jul 9, 2019 · 6 comments
Closed

ScrollIntoView 对于 slot 的元素无效 #3728

yinLiangDream opened this issue Jul 9, 2019 · 6 comments

Comments

@yinLiangDream
Copy link

组件内部

      <ScrollView scrollY scrollWithAnimation style={{height: pxTransform(props.height)}} scrollIntoView={scrollId} onScroll={onScroll}>
        {this.props.children}
      </ScrollView>

外部使用

<ClVerticalTab tabs={tabs} height={600}>
          {tabs.map((item) => (
        <View id={item.id} key={item.name}>
          <ClVerticalTabCell name={item.name}>{item.name}</ClVerticalTabCell
        </View>
          ))}
</ClVerticalTab>

image
image

结果并不跳指定id,如果直接将 children 的内容写在组件内部是好的

@taro-bot
Copy link

taro-bot bot commented Jul 9, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@yuche
Copy link
Contributor

yuche commented Jul 9, 2019

如果不是 ScrollView 就可以吗

@yinLiangDream
Copy link
Author

如果不是 ScrollView 就可以吗

不是,我的意思是不使用 children,直接将 tabs 内容写在组件内部是能够跳转的,用了 children 渲染出来一模一样,但是不能跳转了
这么写是能够跳转的
image
image
image

@luckyadam
Copy link
Member

看上去应该是小程序自己问题,你可以用原生写法使用 slot,看看能否跳转定位

@yinLiangDream
Copy link
Author

@luckyadam 我去官方小程序社区问了,确实是小程序自身的问题,不过这个问题我已经解决了,自己实现了一下跳转的功能

@Fancy-X
Copy link

Fancy-X commented Sep 29, 2020

@luckyadam 我去官方小程序社区问了,确实是小程序自身的问题,不过这个问题我已经解决了,自己实现了一下跳转的功能

你好,我也遇到同样的问题,请问你是怎么解决的呢

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