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

Inventorylist: It's no longer possible to collect items from slots via drop and pickup doubleclick #13849

Closed
Desour opened this issue Sep 26, 2023 · 0 comments · Fixed by #13891
Labels
Bug Issues that were confirmed to be a bug @ Client / Controls / Input Formspec Regression Something that used to work no longer does. UI/UX
Milestone

Comments

@Desour
Copy link
Member

Desour commented Sep 26, 2023

Minetest version

Minetest 5.8.0-dev-b0d5cedeb (Linux)

Active renderer

No response

Irrlicht device

No response

Operating system and version

arch linux

CPU model

No response

GPU model

No response

OpenGL version

No response

Summary

Let's say there's a craft recipe of this shape:

.=empty
X=item

.X.
X.X
.X.

But you're current craft grid look like this:

XXX
X.X
XXX

What I used to do in such a situation is to move my mouse to one of the corner slots and click to pickup a stack, and then move to the other corners and doubleclick at each to add the slot to the stack.
But this doesn't work anymore. Since #13146, the doubleclick instead picks up all the items. I find this pretty annoying.

(Not sure if this is bug enough for bug label. Feel free to remove.)

Possible solution: Only do the collect all thing if the second click in the doubleclick caused a drop, not a pickup.

Steps to reproduce

  • Put multiple stackable to each other items in your craftgrid, in different slots.
  • Grab one item.
  • Go to another slot.
  • Doubleclick, to stack with the other slot and pick it up again.
  • Expected / old behaviour: The new slot is added to your selected stack.
    (Or more correct: The previously selected slot is stacked to the new slot, and the new slot is now selected.)
  • Actual behaviour: All stackable slots from the grid are collected to your hand.
@Desour Desour added Bug Issues that were confirmed to be a bug Formspec Regression Something that used to work no longer does. UI/UX labels Sep 26, 2023
@Zughy Zughy added this to the 5.8.0 milestone Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that were confirmed to be a bug @ Client / Controls / Input Formspec Regression Something that used to work no longer does. UI/UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants