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

Crafting search filter won't show up #52688

Closed
Maryionet opened this issue Nov 7, 2021 · 7 comments · Fixed by #58609
Closed

Crafting search filter won't show up #52688

Maryionet opened this issue Nov 7, 2021 · 7 comments · Fixed by #58609
Labels
Controls / Input Keyboard, mouse, keybindings, input UI, etc. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling (S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@Maryionet
Copy link
Contributor

Describe the bug

The crafting search filter ui won't show up when i try to click the (f) button i can still search things do

Steps To Reproduce

1 go to crafting by (&)
2 click (f) for search filter

Expected behavior

It should show the search filter ui when i click (f)

Screenshots

Screenshot_2021-11-07-22-01-25-89_6fe8938556442e3d4f710ab4f9a16601

Versions and configuration

  • OS: Android
    • OS Version: Manufacturer: realme; Model: RMX3241; Release: 11; Incremental: 1620697410778;
  • Game Version: 3b51b62 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    No Fungal Growth [no_fungal_growth],
    Bionic Professions [package_bionic_professions]
    ]

Additional context

No response

@dseguin
Copy link
Member

dseguin commented Nov 7, 2021

Your screen doesn't display enough rows, so the filter window is technically spawning off-screen. You can try reducing your font size and font height a little bit to display more rows:
font_size

A more proper solution would involve setting the window's origin based on the number of rows.

@Maryionet
Copy link
Contributor Author

@dseguin i tried your solution but the filter still won't show but from my testing it appears that the search filter does show on older versions.
and i'm not sure if this is related to the issue but when i start the game this white square appears and i don't see this on older versions were the filter appears.
Screenshot_2021-11-08-11-56-20-99_6fe8938556442e3d4f710ab4f9a16601

@Maryionet Maryionet reopened this Nov 8, 2021
@Maleclypse Maleclypse added Controls / Input Keyboard, mouse, keybindings, input UI, etc. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Nov 10, 2021
@hexagonrecursion
Copy link
Contributor

Possibly related: #48700

@Maryionet
Copy link
Contributor Author

Maryionet commented Jan 6, 2022

@hexagonrecursion

It is related in that the search filter ui failed show but i checked and i tried his method of increasing the terminal height to 26 and it works.
Screenshot_2022-01-06-13-05-13-22_6fe8938556442e3d4f710ab4f9a16601

@stale
Copy link

stale bot commented Apr 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@stale stale bot added the stale Closed for lack of activity, but still valid. label Apr 19, 2022
@ZeroInternalReflection
Copy link
Contributor

This can be 'fixed' by compressing the filter help text a bit:
Cramped_crafting_filter--80x24
But the root cause is that string_input_popup doesn't error-check whether the resulting window is going to be too big for the terminal (string_input_popup.cpp). I'm guessing this screen is a bit more involved than was envisioned when it was developed.

Since the crafting filter screen probably isn't getting less complicated anytime soon, I think the ideal solution is adding the ability to scroll to string_input_popup windows.

@stale stale bot removed the stale Closed for lack of activity, but still valid. label May 9, 2022
@stale
Copy link

stale bot commented Jun 12, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@stale stale bot added the stale Closed for lack of activity, but still valid. label Jun 12, 2022
@anothersimulacrum anothersimulacrum removed the stale Closed for lack of activity, but still valid. label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Controls / Input Keyboard, mouse, keybindings, input UI, etc. Crafting / Construction / Recipes Includes: Uncrafting / Disassembling (S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants