Bug tracker

Info Tool Tips show raw HTML (fix completed in vcs)

I noticed the I (info) icons in the creator that give you help information in a tool-tip when you hover the mouse over them are showing raw html source.

So the tip shows like:
Hello world.<br />Foo bar.

When the tip should look like:
Hello world.
Foo bar.

You can format the 'title' attributes making these tips like plain text:
title="Hello world.
Foo bar."

Currently they are : title="Hello world.<br />Foo bar."

Lists too:
Title="&bull;Hello World
&bull;Foo bar"

Instead of currently: title="<li>Hello world</li><li>Foo bar</li>"

Comments / History

Assigned ticket to user "tumba25"

Action performed by tumba25 (MOD Team Member) on Feb 24th 2010, 15:21

Changed ticket status from "New" to "Fix in progress"

Action performed by tumba25 (MOD Team Member) on Feb 26th 2010, 21:58

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by tumba25 (MOD Team Member) on Mar 4th 2010, 18:18

Ticket details