Widgets: Tooltip: Standalone HTML tags don't work in tooltips
-------------------------------------------------------------
Key: XAP-332
URL: https://issues.apache.org/jira/browse/XAP-332
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Trevor Oldak
Priority: Minor
In tooltips, the following value would not work:
"hello<BR>world" (or "hello<BR>world" as the case may be)
Neither does "hello<BR/>world" nor "hello<BR></BR>world"
However, the following does work as a workaround:
"hello<BR>w</BR>orld"
This still does not allow multiple linebreaks in a tooltip.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.