where has the tab ordering gone

I just see a list now?, where is the drag option gone. Some of my old projects have label1…10 in this new tab list you cant see which items you want to order?

We had to disable it for a while. The new design couldn’t handle nested controls, and was generally unusable if you had more than 10 controls in close proximity.

No. It’s on the list, but stability issues come first.

You might want to sign on to this case <https://xojo.com/issue/28264> I don’t leave input fields with their default names, but certainly do with labels unless I want to manipulate them in code.

I always give all my label a proper name since my application can be multi language. I have in my program to set the label.text to the right language which is read from a table.