Menu

Possible bug: set fous not working with xforms-subform-ready event

gal007
2015-01-12
2015-01-15
  • gal007

    gal007 - 2015-01-12

    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="myModel">
    <xf:setfocus ev:event="xforms-subform-ready" control="name"/>
    </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="myModel">
    <xf:setfocus ev:event="xforms-ready" control="name"/>
    </xf:model>

    Cordialement,

     
  • Alain Couthures

    Alain Couthures - 2015-01-15

    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.