Ticket #2334 (closed defect: fixed)
tw.forms 0.9.6 updates breaks the forms
| Reported by: | shon | Owned by: | percious |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1rc1 |
| Component: | TurboGears | Version: | 2.0b7 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Please note: This is also reported on ToscaWidgets? however based on first comment I received it might be some work on TG2 tw.forms integration.
Here is the issue:
I have updated tw.forms from 0.9.3 to 0.9.6 and suprise all <div> tags generated by tw.forms are thrown back escaped like <div> . I did not actually realized that this is due to update for a couple of hours. Reverting back to old version solved problem for me. I use tw.forms on TG2 platform. Below is sample code to reproduce
class TicketForm(ListForm, twd.HidingTableForm):
submit_text = "Create Ticket"
show_errors = False
class fields(WidgetsList):
problemtext = Label(text='What describes your request best')
tw.forms defect link -> http://toscawidgets.org/trac/
Change History
Note: See
TracTickets for help on using
tickets.
This should be handled by someone knowledgable about tw integration in tg2. Ticket got assigned to me by default, but I'm not involved with tg2. Please assign to correct devloper