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

fix(virtualList): 等高模式下的抖动处理, 不定高模式快速滑动白屏 #1825

Merged
merged 7 commits into from
Dec 29, 2023

Conversation

oasis-cloud
Copy link
Collaborator

🤔 这个变动的性质是?

  • 新特性提交
  • 日常 bug 修复
  • 站点、文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • TypeScript 定义更新
  • 包体积优化
  • 性能优化
  • 功能增强
  • 国际化改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他改动(是关于什么的改动?)

🔗 相关 Issue

💡 需求背景和解决方案

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • fork仓库代码是否为最新避免文件冲突
  • Files changed 没有 package.json lock 等无关文件

@oasis-cloud oasis-cloud changed the title fix(virtualList): 等高模式下的抖动处理, 快速滑动白屏 fix(virtualList): 等高模式下的抖动处理, 不定高模式快速滑动白屏 Dec 27, 2023
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6468686) 74.58% compared to head (fa2b0c1) 75.79%.
Report is 4 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1825      +/-   ##
==========================================
+ Coverage   74.58%   75.79%   +1.20%     
==========================================
  Files         215      215              
  Lines        8650     8651       +1     
  Branches     2475     2476       +1     
==========================================
+ Hits         6452     6557     +105     
+ Misses       1986     1897      -89     
+ Partials      212      197      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oasis-cloud oasis-cloud merged commit 3c451d8 into jdf2e:next Dec 29, 2023
5 checks passed
@oasis-cloud oasis-cloud deleted the fix/vlist branch December 29, 2023 02:24
@luohuiqun
Copy link

请问哪个版本修复的onScroll触发多次这个bug的?我目前哟用的2.6.4还是存在这个问题

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

Successfully merging this pull request may close these issues.

VirtualList 虚拟列表闪屏&多次触发onScroll&快滚动存在空白
2 participants