Reset Scrollbars On State Change #17
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If the list of ticket items is very long, and you scroll down so that the first visible items are now off screen, then reload the ticket items...
The scrollbar will remain far down, despite the list being shorter or longer, which causes a lot of confusion when apparently no tickets have loaded despite no error, the reality is that the scrollbar is beyond the normal limits, hiding the above content.
Explore options to fix this, im not sure what the best place to reset the scrollbar is, but some first thought candidates include:
loadTicketItems
functionI have added a line to reset the scrollbar on state change.