My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 176: ExtJS view doesn't escape HTML in the error message.
1 person starred this issue and may be notified of changes. Back to list
Status:  Deprecated
Owner:  ----
Closed:  Jun 2010


 
Project Member Reported by pmcelha...@gmail.com, Jan 27, 2010
Try the following test, and viewing the results through the ExtJS view.

  function testHTML () {
    assertEquals("<p>hello world</p>", "<span>hello world</span>");
  }         

The error field contains "Expected [ hello world ] BUT RECEIVED [ hello world ]. These values should 
be the same." Since the HTML isn't escaped, you can't see the tags.

I know you're trying to get away from ExtJS. While I was studying the code, trying to determine how 
it could be improved in a jQuery version, I figured out how to fix a bug that's been pestering me 
for a while. 

escape-html.patch
1.6 KB   View   Download
Jun 30, 2010
Project Member #1 virtix
no more extjs
Status: Deprecated

Powered by Google Project Hosting