Project

General

Profile

Actions

Defect #11061

closed

Cannot choose commit versions to view differences in Git/Mercurial repository view

Added by Allanon C. almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

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

Capture1.jpg (194 KB) Capture1.jpg Screenshot Allanon C., 2012-05-30 21:26
Actions #1

Updated by Jean-Philippe Lang almost 12 years ago

Could you post a screenshot please?

Actions #2

Updated by Allanon C. almost 12 years ago

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.

Actions #3

Updated by Etienne Massip almost 12 years ago

  • Status changed from New to Confirmed
  • Target version set to Candidate for next minor release

With Alternate theme.

Actions #4

Updated by Etienne Massip almost 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.

Actions #5

Updated by Toshi MARUYAMA almost 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
Actions #6

Updated by Etienne Massip almost 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.

Actions #7

Updated by Daniel Nelson almost 12 years ago

I can confirm that adding the "width: 1px;" line to scm.css fixes the problem in Chrome.

Actions #8

Updated by Etienne Massip almost 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

Fixed with r9832, merged with r9833 and r9834.

Actions #9

Updated by Jean-Philippe Lang almost 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF