Hi! Don't know if this is the expected behaviour, but "set focus" is not working with event "xforms-subform-ready". E.g.
<xf:model xmlns="" id="user-content-myModel"> <xf:setfocus ev:event="xforms-subform-ready" control="name"> </xf:setfocus></xf:model>
But if I copy-paste the same in the main form and change the event name, it does work:
<xf:model xmlns="" id="user-content-myModel"> <xf:setfocus ev:event="xforms-ready" control="name"> </xf:setfocus></xf:model>
Cordialement,
Hello!
I cannot reproduce this issue with latest build. Could you please tell me which revision you are using? Could you provide a test case?
Thanks!
Log in to post a comment.
Hi! Don't know if this is the expected behaviour, but "set focus" is not working with event "xforms-subform-ready". E.g.
<xf:model xmlns="" id="user-content-myModel">
<xf:setfocus ev:event="xforms-subform-ready" control="name">
</xf:setfocus></xf:model>
But if I copy-paste the same in the main form and change the event name, it does work:
<xf:model xmlns="" id="user-content-myModel">
<xf:setfocus ev:event="xforms-ready" control="name">
</xf:setfocus></xf:model>
Cordialement,
Hello!
I cannot reproduce this issue with latest build. Could you please tell me which revision you are using? Could you provide a test case?
Thanks!