--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32>
tw.forms </trac/tw.forms>
tw.forms - Form building widgets
Comment(by alberto):
Ive reverted the offending changes (I hope) in latest tip. Please upgrade
and report back if it fixes (or doesn't) the issue so I can make a release
ASAP.
Alberto
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:1>
Comment(by anthonyt):
The problems introduced in r216 (ie commit c9e7839c6b0b) are also
responsible for #29.
I've attached a patch there (diffed off of the latest tip, fe8f0cf8c59b .
I'd be much obliged if you'd take a look / apply it.
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:2>
Comment(by wdx04):
Thank you anthonyt, after applying your patch, FormField.engine_name
property is working properly but my problem remains, then I looked into
datagrid.py and found the problem: in DataGrid class, line 88, engine_name
is overrided to a hard-coded value 'genshi', so changing this property in
a base class would have no effect. By the way, I found #31 is introduced
in r216, it replaced the original attributes of 'form.mak' with something
from 'input_field.mak'. I think the author just modified the wrong file.
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:3>
* owner: => anthonyt
* status: new => assigned
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:4>
Comment(by alberto):
Replying to [comment:2 anthonyt]:
> The problems introduced in r216 (ie commit c9e7839c6b0b) are also
responsible for #29.
>
> I've attached a patch there (diffed off of the latest tip, fe8f0cf8c59b
.
>
> I'd be much obliged if you'd take a look / apply it.
I'd love to apply it but I cannot find it. Perhaps you forgot to attach
it?
Thanks,
Alberto
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:5>
Comment(by alberto):
Replying to [comment:5 alberto]:
> Replying to [comment:2 anthonyt]:
> > The problems introduced in r216 (ie commit c9e7839c6b0b) are also
responsible for #29.
> >
> > I've attached a patch there (diffed off of the latest tip,
fe8f0cf8c59b .
> >
> > I'd be much obliged if you'd take a look / apply it.
>
> I'd love to apply it but I cannot find it. Perhaps you forgot to attach
it?
Duh, please excuse my stupidity, it's late here... #29 in is the answer,
I'll make a test for it to reproduce it and commit the patch tomorrow
morning.
Thanks again!
Alberto
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:6>
* status: assigned => closed
* resolution: => duplicate
Comment:
See #29
--
Ticket URL: <http://toscawidgets.org/trac/tw.forms/ticket/32#comment:7>