Closed csilk closed 4 months ago
I don't expect that the loss of highlight issue is fixable but the ability to disable live view on the CSV import status page is an acceptable work around.
Okay, will do for next release! Thanks for the feedback.
I finished making the change, and it will be available in the next release.
The 'Live View' button triggers a refresh of DOM elements at set intervals; this refresh process results in the following issues:
Loss of Highlight: When the DOM is refreshed, any highlighted text is no longer visually marked, forcing users to redo the highlighting action, which can be particularly frustrating during tasks that involve searching or comparing data.
My workaround is to disable live view when I need to search/highlight, but this feature cannot be disabled on the CSV import status page (the button is greyed out as per image below); please allow the button to be unchecked in the UI as per other search results pages.