enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

HTML tags show up in the tooltip when escapeContent is set to true #135

Open ncp1113 opened 8 years ago

ncp1113 commented 8 years ago

My html tags were showing up in the tool tip. I had escapeContent set to true. I tried cutting and pasting content directly from the OpenTip site but the HTML tags from the pasted content were also there. The problem went away when I set escapeContent to false.

benadamstyles commented 8 years ago

Forgive me if I'm missing something but isn't this expected behaviour?