#2334: tw.forms 0.9.6 updates breaks the forms
----------------------+-----------------------------------------------------
 Reporter:  shon      |       Owner:  Chris Arndt
     Type:  defect    |      Status:  new        
 Priority:  normal    |   Milestone:             
Component:  Widgets   |     Version:  2.0b7      
 Severity:  critical  |    Keywords:             
----------------------+-----------------------------------------------------
 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 &lt;div&gt; . 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/

 Discussion: http://groups.google.co.in/group/toscawidgets-
 discuss/browse_thread/thread/40a7fec516af7978tw.forms/ticket/29

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2334>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to