_event in readonly form doesn't return formname

When I do an application.output of an event of a button attached to onAction, the formname is null. The form must be in list view to reproduce this problem.

My application.output:
JSEvent(type = action, source = ScriptButton[sv_ba337672_b589_4a1c_9f6b_a81144c7b8cb:null], formName = null, elementName = , timestamp = Wed Mar 03 16:18:43 CET 2010,modifiers = 16,x =0,y = 0,data = null)

Is this a bug?

Hi Leendert.

Could you please send us an example or the piece of code involved in the issue?

Best regards. Roberto.

Application usage:

  • Press the event button. The application.output will show the following code:
    JSEvent(type = action, source = ScriptButton[sv_798D7FC0_AA8F_41FC_B833_C22DDC3F5932], formName = dummies, elementName = , timestamp = Thu Mar 04 09:06:21 CET 2010,modifiers = 16,x =0,y = 0,data = null)

  • Press readonly.

  • Press the event button. The application.output will show the following code:
    JSEvent(type = action, source = ScriptButton[sv_798D7FC0_AA8F_41FC_B833_C22DDC3F5932], formName = null, elementName = , timestamp = Thu Mar 04 09:06:27 CET 2010,modifiers = 16,x =0,y = 0,data = null)

Looks like a bug to me, please register a case for this in out support system.

Paul