Project

General

Profile

Actions

Defect #42400

open

Git revision graph overlaps with table coluns after horisontal scroll to the right and page reload

Added by Leonid Murin about 6 hours ago.

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:
  1. 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
      
  2. Link it to Redmine.
  3. Visit "All revisions" page of that repository.
  4. Scroll table right, to other columns.
  5. Reload the page or resize the window.

Files

before.png (414 KB) before.png Leonid Murin, 2025-03-12 10:34
after.png (487 KB) after.png Leonid Murin, 2025-03-12 10:34

No data to display

Actions

Also available in: Atom PDF