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
If feedback is loaded for a new element before the previous feedback loading completes, the feedback items for the previous request get lost. When the more feedback is loaded for the original element it doesn't return that page (only elements with less than 1 page of feedback were tested). This probably happens because the feedback items aren't added to the element's feedback list, but the offset is for some reason.
Steps to reproduce:
Open an element details dialog for an element with feedback (may need to be an element with < 1 page of feedback)
Close the details dialog before feedback is loaded
Open another element which hasn't had all feedback loaded, before the first element's feedback should have completed loading
Wait for the current element's feedback to finish loading (fine if element has no feedback) - this step may not be required
Close the element details dialog
Open the details dialog for the first element
Observe that the feedback isn't already loaded & the feedback loading sequence is showing
Wait for the feedback to finish loading
Observe that feedback is done loading and no feedback items are shown
The text was updated successfully, but these errors were encountered:
If feedback is loaded for a new element before the previous feedback loading completes, the feedback items for the previous request get lost. When the more feedback is loaded for the original element it doesn't return that page (only elements with less than 1 page of feedback were tested). This probably happens because the feedback items aren't added to the element's feedback list, but the offset is for some reason.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: