Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see search text or flag text in item spawning menu #78157

Closed
terribleperson opened this issue Nov 25, 2024 · 2 comments
Closed

Can't see search text or flag text in item spawning menu #78157

terribleperson opened this issue Nov 25, 2024 · 2 comments
Labels
(S3 - Duplicate) Bug that is duplicate of another one

Comments

@terribleperson
Copy link
Contributor

Describe the bug

When spawning an item using the debug menu, the search bar appears to be invisible. You're still able to search, and even apply flags, but you can't see what you're doing.

Attach save file

Sangerville-trimmed.tar.gz

Steps to reproduce

Use the debug menu to spawn an item. Press / to search, search for an item. Observe the missing search bar. Press enter to finish searching, then press F to start flagging. Observe no text entry box. Type your flag and hit enter. Observe that the item is now flagged.

Expected behavior

Text entry should generally be visible.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.5131 (22H2)
  • Game Version: bbc0d00 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Bionic Professions [package_bionic_professions],
    sees-player, run, crouch, bleed icons, retrodays [sees_player_retro]
    ]

Additional context

No response

@terribleperson terribleperson added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Nov 25, 2024
@moxian
Copy link
Contributor

moxian commented Nov 25, 2024

Same issue also happens to trying to set pocket priority in pocket settings.

This is because the debug spawn menu is implemented in imgui, and the filter is the old-style popup, which is being drawn "under" imgui.

Update your game. This should be "fixed" by #77985 .
And by "fixed" i mean the search prompt being faint but barely visible since imgui becomes slightly transparent.

pic

20241125-153735-cataclysm-tiles

You can then make it even more readable by putting something like

{
  "//": "See doc/COLOR.md for documentation on how to use this file.",
  "inherit_base_colors": false,
  "colors": {
    "ImGuiCol_WindowBg"               : [0.06, 0.06, 0.06, 0.50]
  }
}

into your config/imgui_style.json - the smaller the last number in the array (0.50 in the example above) - the more readable it would be (not without side effects).

pic

20241125-154631-cataclysm-tiles

Long-term fix requires #77863

@RenechCDDA
Copy link
Member

RenechCDDA commented Nov 26, 2024

Duplicate of #77290

Thank you for reporting this bug. We already have an issue # tracking this. To keep the reports organized (so we can fix them!) your issue will be closed, and a link provided to keep all conversation together.

@RenechCDDA RenechCDDA marked this as a duplicate of #77290 Nov 26, 2024
@RenechCDDA RenechCDDA added (S3 - Duplicate) Bug that is duplicate of another one and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(S3 - Duplicate) Bug that is duplicate of another one
Projects
None yet
Development

No branches or pull requests

3 participants