Actions
Defect #42400
openGit revision graph overlaps with table coluns after horisontal scroll to the right and page reload
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
There is a repository with lots of branches (100+ in this case).
When I scroll the table right, to other columns, and reload the page or resize the window, the revision tree starts to overlap with the table.
Before page reload:
After page reload:
Expected behavior: The revision tree stays in place.
Steps to reproduce:- Create a git repository with 100+ brunches.
Bash script to create them:
git checkout master for index in {0..100}; do git checkout -b "$index" touch "$index" git add "$index" git commit -m "Very_long_an_informative_commit_message_Very_long_an_informative_commit_message_Very_long_an_informative_commit_message" git checkout master done
- Link it to Redmine.
- Visit "All revisions" page of that repository.
- Scroll table right, to other columns.
- Reload the page or resize the window.
Files
No data to display
Actions