Suspected issue with Datatable events

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Suspected issue with Datatable events

                        ...
                  <xf:repeat nodeset="instance('info')/entry">
                                      ....
              <xf:action ev:event="DOMFocusIn">
                  <xf:toggle case="viewInfo"/>
               </xf:action>
                 </xf:repeat>
    </fr:datatable>

This worked in 3.9.

Any thought/ pointers?

PS.  Sorry for previous truncated post if it did not get cancelled.
JeffL
Orbeon forms version: Nightly build 15-03-2012

An event DOMFocusIn in a datatable does not fire the enclosed action instructions anymore.

<fr:datatable>
   
column 1
<xf:output ref="name"/>
Reply | Threaded
Open this post in threaded view
|

Re: Suspected issue with Datatable events

Erik Bruchez
Administrator
Jeff,

Thanks for the report. I have entered a bug to track this:

https://github.com/orbeon/orbeon-forms/issues/86

It is likely a bug, but we will have to investigate to be sure it's
not a feature ;)

-Erik

On Thu, Mar 22, 2012 at 10:02 PM, JeffL <[hidden email]> wrote:

> Orbeon forms version: Nightly build 15-03-2012
>
> An event DOMFocusIn in a datatable does not fire the enclosed action
> instructions anymore.
>
> <fr:datatable>
>   <thead>
>      <tr>
>         <th fr:resizeable="true">column 1</th>
>         ...
>      </tr>
>   </thead>
>   <tbody>
>      <xf:repeat nodeset="instance('info')/entry">
>         <tr>
>             <td><xf:output ref="name"/></td>
>                ....
>              <xf:action ev:event="DOMFocusIn">
>                  <xf:toggle case="viewInfo"/>
>               </xf:action>
>          </tr>
>       </xf:repeat>
>    </tbody>
> </fr:datatable>
>
> This worked in 3.9.
>
> Any thought/ pointers?
>
> PS.  Sorry for previous truncated post if it did not get cancelled.
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/Suspected-issue-with-Datatable-events-tp4497885p4497885.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws