CleverRaven / Cataclysm-DDA

Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
http://cataclysmdda.org
Other
10.26k stars 4.12k forks source link

Filter input for ImGui uilist menus shows up behind the menu #75676

Open db48x opened 1 month ago

db48x commented 1 month ago

Describe the bug

The user can still filter the menu, but the input box shows up behind the menu. On large menus it is invisible, on narrow ones it is merely obstructed.

Attach save file

n/a

Steps to reproduce

  1. Open the main menu
  2. Type ‘/’ to filter it

Expected behavior

The input is a string_input_popup which has not yet been ported to ImGui.

Screenshots

Screenshot 2024-08-14 at 11-50-39 uilist issues from migration #74341 · Issue #75661 · CleverRaven_Cataclysm-DDA

Versions and configuration

Additional context

No response

PatrikLundell commented 1 month ago

/Confirmed

Actual confirmation made on #74341.