I have now committed a patch into git for 2.1.1 that will, by default, use
xhtml for output with genshi. While this doesn't close any open tickets, it
will alleviate this problem in future, once we get 2.1.1 out.

On Thu, Feb 24, 2011 at 2:21 AM, NiL <[email protected]> wrote:

>
> hi,
>
> for this matter, this is what I did:
>
> I've had problems with textarea widgets (from toscawidget) and with my
> tw.jqgrid since the upgrade of genshi.
> the widget might generate a <texarea></textarea>
>
> as the content is empty, genshi will output this in XHTML as <texarea/
> > and most browser will render the html source *inside* the text area.
>
>
> http://trac.turbogears.org/ticket/2287
>
> if you want to force genshi to output html, in your development.ini :
>
> [DEFAULT]
> debug = true
> # Uncomment and replace with the address which should receive any
> error reports
> #email_to = [email protected]
> smtp_server = localhost
> error_email_from = paste@localhost
> templating.genshi.method = HTML
>
>
> hope this saves somebody some time
>
> --
> 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.
>
>


-- 
Michael J. Pedersen
My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
          Yahoo/pedermj2002, MSN/[email protected]

-- 
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.

Reply via email to