Integrated: 7004: ThreadView : arrow up/down doesn't work

Alex Macdonald aptmac at openjdk.org
Mon Jun 12 14:12:48 UTC 2023


On Fri, 9 Jun 2023 20:34:30 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:

> This PR address JMC-7004 [[0]](https://bugs.openjdk.org/browse/JMC-7004), in which the up + down arrow keys don't do anything on the threads page "table". The table on the threads page is actually a split version of the `ChartCanvas`, so any table-like behaviour is/was added into it. In this case, the `ChartTextCanvas` will now pass the current lane height to the `XYChart` which will use the value to select the next thread lane up or down depending on the keyboard action. 
> 
> [0] https://bugs.openjdk.org/browse/JMC-7004

This pull request has now been integrated.

Changeset: 84ac8224
Author:    Alex Macdonald <aptmac at openjdk.org>
URL:       https://git.openjdk.org/jmc/commit/84ac8224ee87cc16eccc2deefb6cad03e42153b5
Stats:     34 lines in 2 files changed: 34 ins; 0 del; 0 mod

7004: ThreadView : arrow up/down doesn't work

Reviewed-by: hirt

-------------

PR: https://git.openjdk.org/jmc/pull/492


More information about the jmc-dev mailing list