You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click the Navigate to a Different Page button to go to the next page.
Attempt to scroll within the table on this new page.
I'm using react instead of pure javascript.
Expected Result:
The table should scroll smoothly, allowing you to access all data within the table.
Actual Result:
The scroll bar moves, but the table data itself does not move as expected when scrolling.
This error is shown in the console:
perspective-viewer.inline.js:7 Uncaught (in promise) x
at n.wbg.__wbg_new_09b5236f2fcfe2c2 (webpack://rustic-ui/./node_modules/@finos/perspective-viewer/dist/esm/perspective-viewer.inline.js?:7:20655)
at wasm://wasm/0095a752:wasm-function[1719]:0x1016ff
at wasm://wasm/0095a752:wasm-function[452]:0x75f49
at wasm://wasm/0095a752:wasm-function[583]:0x97e77
at wasm://wasm/0095a752:wasm-function[759]:0xb4b67
at wasm://wasm/0095a752:wasm-function[5807]:0x185028
at Oe (webpack://rustic-ui/./node_modules/@finos/perspective-viewer/dist/esm/perspective-viewer.inline.js?:7:1144)
at s (webpack://rustic-ui/./node_modules/@finos/perspective-viewer/dist/esm/perspective-viewer.inline.js?:7:258)
Environment:
@finos/perspective version: 3.1.2
browser and version: Google Chrome Version 130.0.6723.70
OS: macOS Sonoma version 14.5
The text was updated successfully, but these errors were encountered:
lyjeileen
changed the title
Scrolling Issue in Webpack Project
Scroll functionality not working as expected
Nov 12, 2024
Bug Report
Steps to Reproduce:
npm i
andnpm run local
Navigate to a Different Page
button to go to the next page.I'm using react instead of pure javascript.
Expected Result:
The table should scroll smoothly, allowing you to access all data within the table.
![Nov-12-2024 09-09-31](https://private-user-images.githubusercontent.com/103023797/385387412-abbd27a1-fb16-4a1f-8ce6-d61a704a45fb.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3OTk2MjYsIm5iZiI6MTczOTc5OTMyNiwicGF0aCI6Ii8xMDMwMjM3OTcvMzg1Mzg3NDEyLWFiYmQyN2ExLWZiMTYtNGExZi04Y2U2LWQ2MWE3MDRhNDVmYi5naWY_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxN1QxMzM1MjZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01ZDIwMTg5OTg0YmJiMzNlNTQyMWIyNTdlYzQzNTZiMGQzMDc4ZTViMzQwNjAwMmMyNjE4OWRlNzQzOTNhNTVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.qhqKyLMoy4hOUMTC1HYDDzeT2IGi7CQAsm_Aj9JQCDA)
Actual Result:
The scroll bar moves, but the table data itself does not move as expected when scrolling.
This error is shown in the console:
Environment:
@finos/perspective version: 3.1.2
browser and version: Google Chrome Version 130.0.6723.70
OS: macOS Sonoma version 14.5
The text was updated successfully, but these errors were encountered: