-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
ActionsPanel methods hideElt and showElt should act on an ID instead of a position.
If not, every time an item is added in the middle of the list, the indexes are shifted and all the hideElt and showElt calls have to be shifted too.
When an item is added, it should be affected an identifier string, and the hideElt and showElt methods should be called with this ID.