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
Describe the bug
When using the Translation tab in multiple pages mode, with the "Used Strings Only" filter enabled, scrolling down the list of translation items often gets stuck before reaching the end. It seems related to an issue with the infinite scroll functionality, which does not load items as expected.
Steps to reproduce
Go to the Translation tab in the application.
Select All Pages.
Enable the filter "Used Strings Only".
Scroll to the bottom of the translation items list.
Observe that scrolling is blocked before reaching the last items.
Expected behavior
The list should allow scrolling to display all items without interruption or blocking. If infinite scroll is active, it should function seamlessly and load additional items as the user reaches the bottom.
SurveyJS version: 1.12.10
Additional context
Is it possible to disable infinite scrolling in this context or to take control of the code to fix this issue, or could it be fixed to ensure smooth scrolling and proper loading of all elements? This issue significantly affects usability when working with large translation datasets.
The text was updated successfully, but these errors were encountered:
I am working on a VueJS application where we can define the widths and heights of blocks containing the Survey forms. I have noticed that the bug occurs after reaching a certain height.
Additionally, the loading of translation items is very choppy.
T20824 - Scroll blocking issue in 'Used Strings Only' mode on the Translation tab
https://surveyjs.answerdesk.io/internal/ticket/details/T20824
Describe the bug
When using the Translation tab in multiple pages mode, with the "Used Strings Only" filter enabled, scrolling down the list of translation items often gets stuck before reaching the end. It seems related to an issue with the infinite scroll functionality, which does not load items as expected.
Steps to reproduce
Expected behavior
The list should allow scrolling to display all items without interruption or blocking. If infinite scroll is active, it should function seamlessly and load additional items as the user reaches the bottom.
SurveyJS version: 1.12.10
Additional context
Is it possible to disable infinite scrolling in this context or to take control of the code to fix this issue, or could it be fixed to ensure smooth scrolling and proper loading of all elements? This issue significantly affects usability when working with large translation datasets.
The text was updated successfully, but these errors were encountered: