That is a really helpful observation about the ‘Fit to Content’ setting. I’ve noticed that when a panel resizes dynamically, the hit area for interactions sometimes fails to recalculate properly. A quick workaround if you need to keep that setting on is to place a transparent rectangle in the background of each state to ensure the click target stays consistent.
That’s a great catch. I’ve run into similar issues with auto-resizing panels before, and it can definitely be tricky to debug when the trace log doesn’t show anything. Thanks for sharing the solution and the workaround!