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

VirtualScroller: getRenderedRange viewport calculation is broken #4803

Closed
mfulop opened this issue Nov 11, 2023 · 0 comments
Closed

VirtualScroller: getRenderedRange viewport calculation is broken #4803

mfulop opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@mfulop
Copy link

mfulop commented Nov 11, 2023

Describe the bug

https://github.com/primefaces/primevue/blob/master/components/lib/virtualscroller/VirtualScroller.vue#L236

Instead of:

const { scrollTop, scrollLeft } = this.element.scrollTop;

should be:

const { scrollTop, scrollLeft } = this.element;

PrimeVue version

3.29.2,

@mfulop mfulop added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 11, 2023
@tugcekucukoglu tugcekucukoglu self-assigned this Nov 13, 2023
@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 11, 2023
@tugcekucukoglu tugcekucukoglu added this to the 3.44.0 milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants