After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 203003 - tags incorrectly discarded in textarea blocks
tags incorrectly discarded in textarea blocks
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Parsing
3.8.x
Other other
: Normal minor
: 2.5
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2001-05-23 16:37 UTC by Larry Ewing
Modified: 2006-03-03 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.41 KB, patch)
2006-02-10 06:59 UTC, Rohini
accepted-commit_now Details | Review

Description Larry Ewing 2001-05-23 16:37:05 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.
Comment 1 Radek Doulik 2005-03-18 11:08:43 UTC
not regression => rescheduling
Comment 2 André Klapper 2005-05-24 10:20:07 UTC
if it's encoded as "&lt;b&gt;test&lt;/b&gt;" 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.
Comment 3 André Klapper 2005-09-27 21:50:30 UTC
still in 3.8.0; retargetting
Comment 4 Rohini 2006-02-10 06:59:25 UTC
Created attachment 59054 [details] [review]
patch
Comment 5 Veerapuram Varadhan 2006-02-21 12:24:22 UTC
Patch looks good to commit.