Open teamboot88 opened 1 year ago
I'm experiencing the same issue on beta.8, though I tried your stackblitz with beta.4 and it still seems to be jumping. Did you ever resolve this?
@Akryum Still reproduces on beta.8, especially when swipe up the page
I'm down to 2.0.0-beta.3, solve the screen shakes.
I have also encountered it, especially when scrolling up, which is very serious, resulting in a jump like blink.
I'm down to 2.0.0-beta.3, solve the screen shakes.
I tried and there are still BUG.
After the rollback, there has indeed been an improvement on the mobile end, and there is basically no skipping.
However, in Windows, it did not work and still flickered and flickered.
@srackhall My English is not good, so machine translation,My solution: 1.Height must be written fixed, You cannot transform or animate the height value. 2.Enable hardware acceleration. Here are two things you can try
@srackhall My English is not good, so machine translation,My solution: 1.Height must be written fixed, You cannot transform or animate the height value. 2.Enable hardware acceleration. Here are two things you can try
多谢,, 我也是用的翻译软件哈。
不过, 我当天已经更改了页面结构, 暂时不再依赖pageMode, 因此, 我并没有继续尝试。如果后续可能再次用到pageMode的话, 可能此问题那时已经修复了。
感谢你提出的 临时 解决建议, 以及 这次回复的 后续建议
@srackhall My English is not good, so machine translation,My solution: 1.Height must be written fixed, You cannot transform or animate the height value. 2.Enable hardware acceleration. Here are two things you can try
多谢,, 我也是用的翻译软件哈。
不过, 我当天已经更改了页面结构, 暂时不再依赖pageMode, 因此, 我并没有继续尝试。如果后续可能再次用到pageMode的话, 可能此问题那时已经修复了。
感谢你提出的 临时 解决建议, 以及 这次回复的 后续建议
Describe the bug
Hello, @Akryum
First of all, thank you for providing such a great library. :) When using DynamicScroller in pageMode, there seems to be a bug where the screen shakes when scrolling from bottom to top. It appears that the height value is not being calculated correctly, and this only occurs when the height of the items is not constant.
This bug did not occur in versions up to v2.0.0-beta.4, but it has been present in all versions since v2.0.0-beta.5. https://github.com/Akryum/vue-virtual-scroller/releases/tag/v2.0.0-beta.5
Thank you for looking into this issue.
Reproduction
https://stackblitz.com/edit/nuxt-starter-sbaqep?file=app.vue
System Info
Used Package Manager
yarn
Validations