onAction failure

Several months ago we created a text area field, made it editable and added an onAction event. In effect, this turned the field into a very large button. The event method popups up a formInDialogue providing the user with a large window for viewing the whole contents of this field, and in some cases, for editing it as well. This technique is used on several forms and is very important for this solution.

onAction events longer function with text area fields, but continues to work with standard text fields.

As a workaround I’ve tried to attach the method to onFocusGained. This does activate the event, but it appears to put up two identical FIDs. Clicking the cancel button just refreshes the FID. Clicking the cancel button a second time finally dismisses the FID.

This feature was last tested successfully about 6 to 8 weeks ago. I’m currently in the process of creating a test solution to isolate the phenomena. This feature is central to our user interface.

I’m using R2 2.2.1rc2-build 331 Java version 1.5.0_04-b05 (Windows XP).