OpenTimelineIO / OpenTimelineIO/raven

ImGui: Widget ID conflict warning

Open
#158 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug good first issue
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

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.