Hi, I'm having this weird problem with form rendering in TurboGears 2.1, forms with TextArea widgets ends up "eating" the rest of the form (the rest of the html is displayed inside textarea), the problem seems to be template rendering where Genshi tends to output XML/XHTML, thus an empty TextArea tag outputs as a self-closing one (<textarea/>), screwing the rest of the source, at least in firefox 3.6, thus the rest of the form is not displayed.
Wasn't this already fixed?, I remember seeing a bug or a patch for this integrated to TG2 some time ago, I'm using Turbogears [core_testing], but the bug is still there, this is quite problematic when coupled with CrudRestControllers as there is little control on template rendering there. Stuff like this is what disappoints me of TurboGears, in 2.1 beta it was working fine, then in the stable release it doesn't, is crazy having to manage the version of each package just to have a working install even if I use virtualenv. My current workaround is to simply downgrade to 2.1rc1 which works fine, missing all the new stuff and other fixed from final release. Is there a way to move releases a bit faster for stuff like this?, I know that what we need is more developers, if so what can we do to help?, will TG2 keep being developed or the core developers will shift to something new based on pyramid (Orion/TG3)? Regards, Carlos Daniel Ruvalcaba Valenzuela -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

