In a new model, drag & drop any object, for example a Source.
Add a string label to the object.
Click on the Compare Properties icon.
It throws this exception:
exception: FlexScript exception: string index out of range in call to string.substr() at VIEW:/active/DockingGUI/TabPane/TabControl/PropertyTable/TableView>style/FS_CELL_FORMATTING/Labels.label1/textColor exception: FlexScript exception: string index out of range in call to string.substr() at VIEW:/active/DockingGUI/TabPane/TabControl/PropertyTable/TableView>style/FS_CELL_FORMATTING/Labels.label1/displayText
In VIEW:/active/DockingGUI/TabPane/TabControl/PropertyTable/TableView>style/FS_CELL_FORMATTING/Labels.label1/displayText, line 8, this statement:
strVal.substr(1, 4)
throws an exception if your label has 3 letters or less.
If you follow the same steps in 22.2, there was no exception.
Could you please fix this bug ?