We're migrating from SmartGWT 13.0 to 14.1 (Enterprise 14.1-p20250621). We're noticing a difference in returned SCLocator values for some elements.
We have this embedded in our app:

This copies the SCLocator to the clipboard when pressing Ctrl + Alt + W of whatever is underneath the mouse. With the mouse hovered over a record in a pick list:

For SmartGWT 13.0, we get:
//Window[ID="hardwarePrepPopupWindowId"]/item[0][Class="VLayout"]/member[Class=HLayout||index=0||length=2||classIndex=0||classLength=1]/member[Class=DynamicForm||index=0||length=1||classIndex=0||classLength=1]/item[name=vendor||title=Select%20Manufacturer||index=0||Class=ComboBoxItem]/pickList/body/row[vendor_id=1178||name=American%20Door||4]/col[fieldName=name||1]
For 14.1, we get:
//:PickListMenu[dataSource="VendorSQL"]/body/row[vendor_id=162||name=Test1||6]/col[fieldName=name||1]
Is there a change in the SCLocators? Or is this unintended?
We have this embedded in our app:
This copies the SCLocator to the clipboard when pressing Ctrl + Alt + W of whatever is underneath the mouse. With the mouse hovered over a record in a pick list:
For SmartGWT 13.0, we get:
//Window[ID="hardwarePrepPopupWindowId"]/item[0][Class="VLayout"]/member[Class=HLayout||index=0||length=2||classIndex=0||classLength=1]/member[Class=DynamicForm||index=0||length=1||classIndex=0||classLength=1]/item[name=vendor||title=Select%20Manufacturer||index=0||Class=ComboBoxItem]/pickList/body/row[vendor_id=1178||name=American%20Door||4]/col[fieldName=name||1]
For 14.1, we get:
//:PickListMenu[dataSource="VendorSQL"]/body/row[vendor_id=162||name=Test1||6]/col[fieldName=name||1]
Is there a change in the SCLocators? Or is this unintended?
Comment