OpenTimelineIO / OpenTimelineIO/raven
ImGui: Widget ID conflict warning
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 140
- Forks
- 28
- Avg merge
- 14h 1m
- Merged PRs (30d)
- 2
Description
While upgrading ImGui to the latest in #157, I noticed it introduced a new visual warning regarding widget IDs. I added ConfigDebugHighlightIdConflicts=false to disable ID conflict warnings introduced starting ImGui v1.91.2 onwards.
We should properly address those warnings in the future.
Screenshot
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
Start by locating the ImGui configuration using ConfigDebugHighlightIdConflicts=false and identify the widgets producing the ID conflict warnings. Reproduce the warnings in the viewer and inspect the affected widget definitions; done means the conflicts are resolved without relying on the disabling configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100