I'm the developer of Fulguris Web Browser and I'm faced with a weird issue in my tab list which is using a RecyclerView.
When scrolling fast through those tab lists, either horizontal or vertical ones, items get stuck mid-flight as shown on below screenshot:
That's hardly ever an issue when manually scrolling through the list. It mostly triggers when doing Ctrl+Tab which is using smoothScrollToPosition
to move to the new current tab. It also seems to be more of an issue when under load like when loading web pages in the background.
Relevant source code can be found on GitHub.