Summary
When renaming a TabPanel all of the child controls on the TabPanel become orphaned and inaccessible in the designer.
Objo Studio Version
26.5.7
Operating System
Select the operating system(s) affected as tags for this post.
Steps To Reproduce
- Create a new window with a TabPanel and a few controls on the TabPanel.
- Perform a Ctrl+S
- Rename the TabPanel
Expected Result
The renamed TabPanel with its controls display exactly as before the rename
Actual Result
The TabPanel is now empty of controls. Moving the TabPanel around on the window does not reveal the controls as being underneath it. Switch to Code view and you see the controls in the Control list, you can still add event handlers to them but you can no longer find them visually.
Screenshots, Logs, Or Sample Project