Re: [Zope-dev] z3c.pt bug

2009-04-06 Thread Malthe Borch
2009/4/3 Roger Ineichen : > Can you fix this or give me some hints which let me do this? This issue has been fixed and ``chameleon.core`` 1.0b27 released. \malthe ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] z3c.pt bug

2009-04-06 Thread Malthe Borch
2009/4/3 Roger Ineichen : >> > Can you run the group.txt tests in z3c.form and confirm the >> issue. A >> > div tag get skipped after some nested repeat tags. (line 898, in >> > group.txt) I've reproduced this bug in a test case in ``chameleon.zpt`` (r4073). Will try and solve asap; thanks for id

Re: [Zope-dev] z3c.pt bug

2009-04-03 Thread Roger Ineichen
Hi Malthe > Betreff: Re: z3c.pt bug > > 2009/4/3 Roger Ineichen : > > Can you run the group.txt tests in z3c.form and confirm the > issue. A > > div tag get skipped after some nested repeat tags. (line 898, in > > group.txt) > > Running with the latest ``chameleon.core``, ``chameleon.zpt`` >

Re: [Zope-dev] z3c.pt bug

2009-04-03 Thread Malthe Borch
2009/4/3 Roger Ineichen : > Can you run the group.txt tests in z3c.form and confirm > the issue. A div tag get skipped after some nested repeat > tags. (line 898, in group.txt) Running with the latest ``chameleon.core``, ``chameleon.zpt`` and ``z3c.pt``, I only get one test failure: File "/Users/

[Zope-dev] z3c.pt bug

2009-04-02 Thread Roger Ineichen
Hi Malthe I just improved coverage in z3c.form and found a bug in z3c.pt. Can you run the group.txt tests in z3c.form and confirm the issue. A div tag get skipped after some nested repeat tags. (line 898, in group.txt) Is this a known issue? Can you fix this or give me some hints which let me d