davetcc / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
272 stars 25 forks source link

TCMENU 4.0 UI bug #389

Closed tomelgato closed 10 months ago

tomelgato commented 10 months ago

There seems to be a little bug when you try to move a menu entry before or after a SubMenuItem. You can drag it on the SubMenuItem to move it inside but there is no way to put it before the Submenu. This becomes obvious when you have 2 SubMenuItems and you like to move something in between (TCMenu 4 running on OS X)

image

vzahradnik commented 10 months ago

I too have encountered issues like this. As far as I know this is not a new bug in TcMenu 4.1.1. Also moving items from submenu to the top hierarchy is buggy. Sometimes I edit the project file in text editor to achieve the hierarchy I want.

davetcc commented 10 months ago

Can we please come up with a list of the cases that don't work properly and I will try and fix them in 4.2?

davetcc commented 10 months ago

I'm going to have to do a patch release next day or two anyway as there is a critical bug that would affect new users around the create project workflow. It was not caught by the unit tests so managed to get into the release! I think I have a fix that makes this behaviour much better for at least the simple the cases.

tomelgato commented 10 months ago

I can confirm, 4.1.2 fixes that issue! Thanks!