apsq
29 Aug 2012, 2:53 AM
When adding a component class as a tab instance to a tab panel, SA 2.1.0 "helpfully" sets the instance's title to "My Tab", even if the component class already specifies a default.
This seems to happen every time the project is loaded, which means part of my routine with SA 2.1.0 after opening a project is going through any tab panels and removing the bogus titles.
This seems reasonable if the component is truly missing a title, but is totally unhelpful if it is a linked instance of a component that already has a title of its own (i.e. it actually defeats the entire purpose of setting a title on the class rather than the instance).
This is a new bug in 2.1.0. The original 2.0 release didn't have this behaviour.
This seems to happen every time the project is loaded, which means part of my routine with SA 2.1.0 after opening a project is going through any tab panels and removing the bogus titles.
This seems reasonable if the component is truly missing a title, but is totally unhelpful if it is a linked instance of a component that already has a title of its own (i.e. it actually defeats the entire purpose of setting a title on the class rather than the instance).
This is a new bug in 2.1.0. The original 2.0 release didn't have this behaviour.