stendhal icon indicating copy to clipboard operation
stendhal copied to clipboard

Entity Action Context Menu Broken

Open AntumDeluge opened this issue 3 years ago • 1 comments

🐞 Describe the bug

I have set up web client to use long touch to "hold" items & short touch to drop when "held". But as a result, I have broken context menu for entities.

Edit: Broken for touch only, mouse click still works.

🔥 How to reproduce

  1. Trying to open context menu with long touch on any entity on ground or contained.

🌍 Environment

  • Web client

🛠️ Suggested fixes

  • Use "touchmove" event to set an item as "held" instead of long touch end.
  • Execute action context menu command of no item is "held" after long touch event.

AntumDeluge avatar Jul 19 '22 18:07 AntumDeluge

I tried reverting my changes, but it is still broken.

AntumDeluge avatar Jul 19 '22 20:07 AntumDeluge