minetest-mods / unified_inventory

An extensible inventory mod which allows searching crafting and browsing for recipes in the same dialogue.
Other
50 stars 38 forks source link

Sweeping in item search is not reset if the search field is empty. #196

Closed Niklp09 closed 2 years ago

Niklp09 commented 2 years ago

Sweeping in item search does not reset if the search field is empty. Problem present since 23a45b8.

SmallJoker commented 2 years ago

Would you please be so nice to provide exact steps on how to reproduce this problem?

Niklp09 commented 2 years ago
  1. Open inventory and enter a search item or node
  2. Confirm entry
  3. Empty the search field by pressing the remove key on the keyboard Now comes the problem: If the search field is now empty, you can no longer reset the search by pressing the brush to come on page 1.
Niklp09 commented 2 years ago

Small correction: If the search field is empty while the item list is still limited, it is not possible to leave it without entering the search field.

SmallJoker commented 2 years ago

Fixed in 25c40fe.