GNOME Bugzilla – Bug 203003
tags incorrectly discarded in textarea blocks
Last modified: 2006-03-03 10:20:15 UTC
tags inside text areas should be shown as characters not discarded as they currently are. something like <textarea> This is a <b>test</b> you see </textarea> should show up as This is a <b>test</b> you see inside the text area not This is a test you see as it currently does.
not regression => rescheduling
if it's encoded as "<b>test</b>" there are no problems; if it's plain <b>test</b> the bug report is still valid in gtkhtml2-3.6.2.0.200505010310-0.snap.ximian.10.1.
still in 3.8.0; retargetting
Created attachment 59054 [details] [review] patch
Patch looks good to commit.