Affected Version: 2.8-836-g3a93fa0)
What steps will reproduce the problem?
1. Go to https://gwt-review.googlesource.com/#/c/5781/1/user/src/com/google/gwt/core/client/impl/StackTraceCreator.java
2. Scroll to the very bottom using the scroll bar or pgdn key.
3. On the right half of the screen, you'll see the "splice" method; on the left side, you see that a bunch of code was deleted starting at line 441, but don't see the corresponding splice method that was kept.
What is the expected output? What do you see instead?
I expect if I scroll to the very bottom of the page, I should see the bottom of both the before and after code.
However, in the new UI, it seems like I need to click on the left panel to put the cursor there, and then hold the 'down' arrow key to actually get to the bottom of the left panel, and now I can see that the 'splice' method was actually there originally, and I can finally notice that the code added to 'extractName' originated in the now-deleted 'extractNameFromToString' method.
172 KB View Download