OWASP / OWASP/Nest

Tooltip Collision for Contributors Across Multiple Projects

Open
#1,065 3 comments 0 reactions 0 assignees View on GitHub
bug enhancement
Dominant language
Python
Stars
451
Forks
702
Avg merge
22h 59m
Merged PRs (30d)
91

Description

**Describe the bug**

The previous fix ensured unique tooltips when the same contributor appeared in multiple cards. However, this solution does not fully prevent tooltip collisions when the same contributor holds the same position across different projects on the same page. Issue #1059

- Display multiple projects on the same page.
- Ensure the same contributor appears in the same position in different projects.
- Observe that tooltips may still conflict.

**Are you going to work on fixing this?**

- [x] Yes
- [ ] No

**Proposed Solution**
- Extend the unique key to include the project identifier.
- This may require an index update or changes to how contributor tooltips are assigned.

**Additional Notes**
Since this requires additional effort, this issue is separate from the previous fix.

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.