-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.0.0, 10.0.1, 10.0.2, 10.1.1, 10.1.2, 10.1.3, 10.2.0, 10.1.4, 10.1.5, 10.2.1, 10.3.0, 10.2.2, 10.2.3, 10.2.4, 10.3.1
-
Component/s: Repository - Source / Diff, UI
-
Severity 3 - Minor
-
CtB - Improve Existing
Issue Summary
Go to source view url via url with selected line in 50%-75% of end of file and first few lines are not shown.
Steps to Reproduce
- Click on url for source view of a file with selected lines (query param `lines=30`). Selected line needs to be in 50%-75% of end of file.
- Notice that first few lines (10 or less) are hidden
Expected Results
All file lines should be shown.
Actual Results
First few lines (10 or less) are hidden.
Workaround
Trigger a reflow of the file lines by resizing the window or make the viewing height of the file less than the file length (requires scrolling vertically).