Progress view in the activity being updated is wildly jumping
Open
Nobody has claimed this yet.
Type:bug
- Dominant language
- Swift
- Stars
- 251
- Forks
- 142
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 3
Description
Reported by @mneuwert during 1.2 regression stage (https://github.com/owncloud/ios-app/issues/550#issuecomment-565857183):
Progress view in the activity being updated is wildly jumping.
Steps to reproduce:
- Start uploading bunch of photos
- Switch to status view

the root cause maybe is that:
- Table view is set up to calculate height automatically
- When a new activity is added, whole table is reloaded -> recalculation of height, re-layout etc. causing jumping effect.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by uploading multiple photos and switching to the status view. Inspect the activity table's automatic row-height calculation and the full-table reload when new activities arrive; done means the progress view remains stable while uploads update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100