Issue report by Ez Z
Product
FileMaker ProVersion
13Operating system version
WindowsDescription of the issue
Popup Menus open and values can be changed in a Popup Menu before the Record Load event/trigger completes.Steps to reproduce the problem
- List View with at least 3 records- Record load trigger to set a variable of the fields original value (on record load) and before any data is modified;
- Change value of popup menu in one record;
- Click directly on the popup menu in another record (thus changing records by clicking on the popup menu in an alternate record - the popup menu opens and the value can be changed before the record load trigger script completes for the newly selected record thus loading the new value into the variable instead of the original value before it was changed).
- Repeat with subsequent records (bug may only happen on second and subsequent record changes and not the first time).