RESOLVED FIXED 6054
Encoded HTML Entities/Special Characters retrieved by XMLHttpRequest not rendering properly
https://bugs.webkit.org/show_bug.cgi?id=6054
Summary Encoded HTML Entities/Special Characters retrieved by XMLHttpRequest not rend...
Justin Maxwell
Reported 2005-12-12 12:14:04 PST
In the example URL provided, we can see that the album title is rendering as " When I'm Gone" (I hope bugzilla doesn't translate that to a character -- if so, it's "When I&_#39;m Gone" without the underscore). Expected behavior: Renders as "When I'm Gone" Regression: This value is returned as an XML text node from an XMLHttpRequest and written via innerHTML to a span. Firefox (both platforms) and IE6/SP2 render as expected.
Attachments
Eric Seidel (no email)
Comment 1 2005-12-12 13:31:28 PST
This isn't a layout issue, but rather a parser issue. Possibly a dup of http://bugzilla.opendarwin.org/show_bug.cgi?id=4301
Alexey Proskuryakov
Comment 2 2005-12-12 14:21:20 PST
This works fine for me in ToT (could reproduce with 2.0.2).
Eric Seidel (no email)
Comment 3 2005-12-12 14:31:21 PST
Justin, could you please confirm that this works for you with the latest nightly: http://nightly.webkit.org/ Thanks!
Justin Maxwell
Comment 4 2005-12-12 14:35:32 PST
Thanks for introducing me to the world of latest nightlies. It works as expected in 2.0.2 (416.13)
Note You need to log in before you can comment on or make changes to this bug.