Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTooltip should render HTML markup #37
Comments
|
Closed by 6073e0c |
|
Looks like this should work if the html tags are all escaped. Should be a CGI escape filter function call for that I can just swap in... |
|
This would work for twitter-bootstrap tooltips but not for browser-based tooltips (#43) anyway. No need to provide html in a tooltip, does not seem standard practice (and may indeed be a security risk). #wontfix this one. |
Bug reported here: cboettig/labnotebook#90
Looks like I just need to generate html syntax for the tooltip, and then set data-html="true" http://stackoverflow.com/questions/13704789/can-i-use-complex-html-with-twitter-bootstraps-tooltip