microsoft / microsoft/automatic-graph-layout
ObjectUnderMouseCursor is set to last node after node is removed
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 319
- Avg merge
- 38m
- Merged PRs (30d)
- 1
Description
reproduce steps:
- create a new gviewer
- hover over gviewer
- assert ObjectUnderMouseCursor is null
- add a new node
- hover over the new node
- assert ObjectUnderMouseCursor is the node
- remove the node
- assert ObjectUnderMouseCursor is null
issue:
step 8 fails.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in a new gviewer using the listed steps, then trace ObjectUnderMouseCursor through the node-removal path. Done means the property is null after the hovered node is removed, as required by step 8.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100