Defect #9824
closedVisual merge/branch history words are cut off
Added by Anonymous almost 13 years ago. Updated about 12 years ago.
0%
Description
In the visual merge/branch history the word are cut off. For example the word master is cut off after m.
Files
error.png (22.9 KB) error.png | Anonymous, 2011-12-16 10:08 | ||
Screen Shot 2011-12-21 at 9.42.01 PM.png (49.1 KB) Screen Shot 2011-12-21 at 9.42.01 PM.png | Morgan Jones, 2011-12-22 05:44 | ||
NoBranch.PNG (14.8 KB) NoBranch.PNG | Pedro Alexandre Pacheco Cipriano, 2012-03-09 10:47 | ||
OneBranch.PNG (16 KB) OneBranch.PNG | Pedro Alexandre Pacheco Cipriano, 2012-03-09 10:47 | ||
fix-revisiongraph-width.patch (652 Bytes) fix-revisiongraph-width.patch | Patch to fix revision graph width | Daniel Ritz, 2012-03-14 12:12 |
Related issues
Updated by Anonymous almost 13 years ago
The error is in file revision_graph.js line 31.In my case var cw is every 40.
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Updated by Alex Pogodin almost 13 years ago
Had the same effect until I refreshed my changesets. Try to remove and then readd the repo, worked for me
Updated by Morgan Jones almost 13 years ago
Alex Pogodin wrote:
Had the same effect until I refreshed my changesets. Try to remove and then readd the repo, worked for me
I did and the result was the same. Shouldn't it look like more of a revision graph and less of a bullet pointed list? (tested on Mac Chrome 17.0.963.12)
I expanded the X spacing in the JS and still get a similar thing.
Screenshot: http://d.pr/EhJu
Updated by Morgan Jones almost 13 years ago
That screenshot link is invalid. Screenshot is attached.
Updated by Il'ya Shakitko almost 13 years ago
May be i will help. This bug is only for old commits (before redmine update). After update the branch graph is ok.
UPD. I wrong.
Updated by Pedro Alexandre Pacheco Cipriano over 12 years ago
- File NoBranch.PNG NoBranch.PNG added
- File OneBranch.PNG OneBranch.PNG added
Denny Schäfer wrote:
In the visual merge/branch history the word are cut off. For example the word master is cut off after m.
I can reproduce the behaviour quite easily. It seems that when there is not enough branches to increase the horizontal width the words are cut off.
Updated by Daniel Ritz over 12 years ago
Attached a fix that works fine for me. It changes the width dynamically if there's not enough room to draw the tag names. Against 1.3.2.
Updated by Etienne Massip over 12 years ago
BTW, the way the graph is integrated into the revision list has been changed with 1.4.0.
We removed the head revision branch names since they will necessarily be cut off and display them on revision dot hover.
There is still room for improvements, though.
Updated by Daniel Ritz over 12 years ago
Etienne Massip wrote:
BTW, the way the graph is integrated into the revision list has been changed with 1.4.0.
We removed the head revision branch names since they will necessarily be cut off and display them on revision dot hover.
Yeah I know, but I needed a quick fix for the stable version, so I thought I share it :)
Updated by Anonymous over 12 years ago
Thanks for patching this bug
Daniel Ritz wrote:
Attached a fix that works fine for me. It changes the width dynamically if there's not enough room to draw the tag names. Against 1.3.2.
Updated by Anonymous about 12 years ago
It looks like that the defect go away (i can't reproduce it with the last 1.4 version). Could anyone close the ticket?
Updated by Etienne Massip about 12 years ago
- Status changed from Confirmed to Closed
- Resolution set to Wont fix
Fixed when changed the way the visual tree is displayed for 1.4.0.
Updated by Etienne Massip about 12 years ago
- Target version deleted (
Candidate for next minor release)