Defect #11061
closedCannot choose commit versions to view differences in Git/Mercurial repository view
0%
Description
Unable to choose revision# (commits) to view differences in the Repository view when Using Git repository. The radio buttons do not respond to the mouse click or keyboard.
However, if drills down to sub directory of the source file in the repository, it allows us to choose revision# to view differences.
Files
Updated by Jean-Philippe Lang over 12 years ago
Could you post a screenshot please?
Updated by Allanon C. over 12 years ago
- File Capture1.jpg Capture1.jpg added
Here is the screenshot. I cannot click the radio buttons (as indicated by the red arrow) to choose which commits to view the differences. Thanks.
Updated by Etienne Massip over 12 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
With Alternate theme.
Updated by Etienne Massip over 12 years ago
Has to do with the SVG chart, odd issue.
Triggers with Chrome 19 only for me, neither with IE 9 nor FF 11.
Edit: nor FF 12.
Updated by Toshi MARUYAMA over 12 years ago
- Subject changed from Cannot choose commit versions to view differences in Git repository view to Cannot choose commit versions to view differences in Git/Mercurial repository view
Updated by Etienne Massip over 12 years ago
Looks like a WebKit rendering issue; could you please try to replace
div.revision-graph { position: absolute; }
with
div.revision-graph { position: absolute; width: 1px; }
at the top of your public/stylesheets/scm.css
?
It seems to solve the issue on my side.
Updated by Daniel Nelson over 12 years ago
I can confirm that adding the "width: 1px;" line to scm.css fixes the problem in Chrome.
Updated by Etienne Massip over 12 years ago
- Status changed from Confirmed to Resolved
- Target version changed from Candidate for next minor release to 2.0.3
- Resolution set to Fixed
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from Resolved to Closed