eclipse-cdt-cloud / theia-trace-extension

Eclipse Theia trace viewer extension using the Trace Server Protocol (TSP), through the tsp-typescript-client. Also the home for reusable JavaScript libraries: traceviewer-base, traceviewer-react-components
MIT License
49 stars 60 forks source link

Support Shift + up/down in table-output-component #854

Closed hriday-panchasara closed 1 year ago

hriday-panchasara commented 2 years ago

With the upgrade of AgGrid in https://github.com/eclipse-cdt-cloud/theia-trace-extension/pull/813 looks like the user is not able to select multiple rows through Shift + up/down

hoangphamEclipse commented 1 year ago

Hello @hriday-panchasara, I tested this out and looks like the user needs to focus a cell (so that it has the blue border) before Shifting up/down. If I focus on a cell, it works fine. Can you double check this?

hoangphamEclipse commented 1 year ago

Closing this issue since confirmed that this is not a bug.