#2331: Fieldsets HTML output escaped after Sprox, ToscaWidgets and tw.forms
upgrade
------------------------+---------------------------------------------------
Reporter: diegows | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version:
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I've been using TableFieldSet without any problem until Sprox,
Toscawidgets and tw.forms upgrade (0.6.1, 0.9.6 and 0.9.6). After upgrade,
TableFieldSet().display() shows the children fields escaped.
I'm using TG2.
Steps to reproduce:
virtualenv --no-site-packages tg2envirtualenv --no-site-packages tg2env
easy_install -i http://www.turbogears.org/2.0/downloads/current/index
tg.devtools
easy_install zope.sqlalchemy
easy_install Babel
easy_install Catwalk
paster quickstart testproject
cd testproject
paster shell
>>> from tw.forms import TableFieldSet, TextField
>>> fs = [ TextField('one'), TextField('two') ]
>>> f = TableFieldSet('testfieldset', children = fs)
>>> print f.display()
I've downgrade Sprox, tw.forms and ToscaWidgets to previous version and
works again.
Additional info:
The output is correct using python directly, without paster shell.
--
Ticket URL: <http://trac.turbogears.org/ticket/2331>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---