Skip to content

[bug] List组件的scroll-bottom事件不被触发 #1607

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

Closed
ShawnZeng opened this issue Aug 30, 2022 · 3 comments
Closed

[bug] List组件的scroll-bottom事件不被触发 #1607

ShawnZeng opened this issue Aug 30, 2022 · 3 comments
Assignees

Comments

@ShawnZeng
Copy link

问题描述

拉到底@scroll-bottom事件也不触发。

最小可复现仓库

请创建最小可复现代码,并上传到你的 GitHub 仓库

@scroll="handleScrollBottom($event)"

  handleScrollBottom: (e) => {
    console.log(e)
  }

预期的行为和实际行为

复现步骤,具体代码

@scroll-bottom应该触发

相关环境信息

  • 操作系统
  • Node 版本:v14.18.3
  • NutUI 版本: 3.2.1 (taro版本)
  • Vue 版本:3.2.38
  • 引用方式: NPM
@ShawnZeng
Copy link
Author

好像是container-height超过某个特定高度,就不触发。高度完全在视野范围内。

@szg2008
Copy link
Contributor

szg2008 commented Aug 31, 2022

感谢反馈,我们跟进下

@szg2008
Copy link
Contributor

szg2008 commented Sep 29, 2022

已限制container-height最大为可视区

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

2 participants