eclipse-cdt-cloud / eclipse-cdt-cloud/vscode-trace-extension

Fix pin/unpin rows of gant/time chart

Open
#374 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
11
Forks
33
Avg merge
2d 16h
Merged PRs (30d)
1

Description

### Bug Description:

When pining a row with id 2 the duplicated id is -1 ( 2 XOR -3 = -1) which is the parent id of the tree.
Since we already have an id of -1 as a parent tree the duplicated id does not get added to the tree list therefore the mapping breaks.

### Steps to Reproduce:

1. Pin a row that has an id of 2.
2. It will go up but you won't be able to unpin it from the top.

### Additional Information
- Operating System: Linux
- VSCode Version: Dev

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.