Issue 731: Clicking in file diff view on link to previous changed file does not work
Status:  New
Owner: ----
Project Member Reported by edwin.ke...@gmail.com, Sep 15, 2010
Affected Version: 2.1.5-73-g7f243d5

What steps will reproduce the problem?
1. go to 
   https://review.source.android.com/#patch,sidebyside,16692,5,gerrit-gwtui/src/main/java/com/google/gerrit/client/account/ProjectsTable.java
2. Expand the patch history and select Patch Set 5 as old version and 
   Patch Set 6 as new Version
3. Click on the link to navigate to the previous changed file 
   'MyWatchedProjectsScreen.java'

What is the expected output? What do you see instead?
It is expected that the file diff screen for 'MyWatchedProjectsScreen.java'
is opened showing the diff for this file between patch set 5 and 6.
What happens is that the file diff screen for 'MyWatchedProjectsScreen.java'
does not open, but we stay on the file diff screen for 'ProjectsTable.java'.
Also the selection inside the Patch History disappears.

Please provide any additional information below.
I can reproduce the problem with Firefox 3.6.9 and IE 6.
Also the problem occurs regardsless if I'm signed-in or not.
I think that the log files might reveal some exception that
can provide further details.