Mouse Enter does not work
On the Actions tab, I select Mouse Enter as my trigger. Then I add a script for it.
app.alert(event.target.value)
After I click OK to get out of the Java Script Editor, the trigger changes to Mouse Up.
Why isn't the Mouse Enter trigger being excepted?

