Issue report by Aaron Beck
Product
FileMaker ProVersion
13.0v3Operating system version
OSX 10.9.4Description of the issue
On Popup-Menu Objects the On Enter trigger fails to allow a script to function prior to modification. If a user upon clicking a popup goes straight to a new value on the popup. The trigger On Enter runs AFTER the modification is already made. The On Enter trigger must occur before the change is made. I have tested this over and over can reproduce easily that the get(ActiveFieldContents) function cannot grab the fields value before the edit is made. If the user would click the popup and not make a change then make a second click to change it works but that is counter intuitive and makes triggers useless on popups for field modification tracking.Steps to reproduce the problem
Create a Popup MenuAdd a scriptTrigger onEnter which grabs the Get(ActiveFieldContents)
Click the popup and choose another option on the popup