Parallel Diff feature broken for multiple files
Created by: GeorgeDewar
Hi all,
If I get a chance, I will raise a pull request to fix this.
I've noticed that my changes to the Parallel Diff function have introduced a bug. It no longer works for multiple files. This is because a jQuery handler for the scroll event scrolls ALL of the files to do the scrolling synchronization when you scroll one.
I thought I'd better raise it so you're aware.
It looks like fixing it is just a case of using $(this).siblings instead of $ inside the javascript section of _parallel_view.haml.