Error for repeat action in Firefox 3.5.2

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

Error for repeat action in Firefox 3.5.2

Ingoba
Hi,

I am using the stable version Orbeon 3.6.0. I am getting an error in the repeat action(Add and Delete) in Firefox 3.5.2. The following is my code:

<xf:repeat nodeset="<%= nodeset%>" id="repeataction">
 <xf:group>
  <xf:input ref="Executablename"></xf:input>
  <xf:input ref="Argumentlist"></xf:input>       
    <xf:trigger>
      <xf:label>Delete</xf:label>
          <xf:delete ev:event="DOMActivate" nodeset="." at="index('repeataction')"  if="index('repeataction')  &gt;1"/>
    </xf:trigger>
 </xf:group>
 <br/>
</xf:repeat>
<xf:trigger>
    <xf:label>Add</xf:label>
    <xf:insert nodeset="<%= nodeset%>" ev:event="DOMActivate"/>
</xf:trigger>

And the error is :

Exception in client-side code.

    * Message: newItemDelimiter is null
    * File: http://localhost:8090/lct/orbeon/xforms-server/xforms-min.js
    * Line number: 8031


The strange thing is the same code is working fine in IE7.

Please help me to resolve this issue.

Thanks,
Ingoba
Reply | Threaded
Open this post in threaded view
|

Re: Error for repeat action in Firefox 3.5.2

Alessandro Vernet
Administrator
Ingoba,

Ingoba wrote
I am using the stable version Orbeon 3.6.0. I am getting an error in the repeat action(Add and Delete) in Firefox 3.5.2. The following is my code:
[...]
Have you tried this with 3.7.1 or a nightly build? If the problem is still there in 3.7.1, could you attach a simple/minimal example that runs in the XForms sandbox and that we can use to reproduce this?

Alex
Reply | Threaded
Open this post in threaded view
|

Re: Error for repeat action in Firefox 3.5.2

Ingoba
Thanks Alex. It is working fine with Orbeon 3.7.1. Just for my knowledge, is orbeon 3.7.1 a stable release?
Can I use this release for my application? Are there any issues?

Regards,
Ingoba
Reply | Threaded
Open this post in threaded view
|

Re: Error for repeat action in Firefox 3.5.2

Alessandro Vernet
Administrator
Ingoba,

Ingoba wrote
Thanks Alex. It is working fine with Orbeon 3.7.1. Just for my knowledge, is orbeon 3.7.1 a stable release?
Can I use this release for my application? Are there any issues?
This is something that we will fix, just because IDs should be consistent. But did you notice that this is causing any problem to your application? Are you seeing a problem because you rely on those IDs in your own JavaScript?

I don't see any problem with you releasing an application running on Orbeon Forms 3.7.1. Of course, you should perform your own testing to make sure you don't hit any particular problem in the platform, as "stable" is not equivalent to "bug free" ;).

Alex