pq12289 - When an MLE loses focus, the #object event is triggered even if the value is unchanged. ---------------------------------------------------------------- Affected Platforms: All Affected Features: DDE Prerequisites: None Symptom: When an MLE loses focus, the #object event is triggered even if the value is unchanged. Workaround: create an instance variable, say origValue, and on the mle's #gettingFocus set origValue to the value of the mle. On the mle's #losingFocus compare the current value of the mle to the instance variable.