Details
-
Bug
-
Resolution: Duplicate
-
P0: Blocker
-
None
-
production
-
Windows, Java ( JavaFX ), Python
Description
There is a bug in Squish 7.2 where with the JavaFX TextArea the text is used as the identifier for the component.
Every time the text changes ( e.g. when you save and reload ), Squish does not recognize the TextArea anymore.
With JavaFX TextField, the name of the TextField is used instead as the identifier, which is the much better solution, because the name of the field can never change and is unique.