Defect #11061
closed
Cannot choose commit versions to view differences in Git/Mercurial repository view
Added by Allanon C. over 12 years ago.
Updated over 12 years ago.
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
Could you post a screenshot please?
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.
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
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.
- 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
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.
I can confirm that adding the "width: 1px;" line to scm.css fixes the problem in Chrome.
- Status changed from Confirmed to Resolved
- Target version changed from Candidate for next minor release to 2.0.3
- Resolution set to Fixed
- Status changed from Resolved to Closed
Also available in: Atom
PDF