You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/03/12 18:23:09 UTC

[jira] Created: (XAP-332) Widgets: Tooltip: Standalone HTML tags don't work in tooltips

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&lt;BR&gt;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.


[jira] Commented: (XAP-332) Widgets: Tooltip: Standalone HTML tags don't work in tooltips

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/XAP-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480464 ] 

Turyn, Michael commented on XAP-332:
------------------------------------

I'm not seeing the bug; I attached the tooltips
            hello&lt;BR&gt;world
            hello&lt;BR&gt;&lt;BR&gt;world
            hello&lt;BR&gt; &lt;BR&gt;world
(at separate times) to the table in the widget example using table.xal; all of them looked as I'd expect, except for a weird-looking border under IE (I think 6).


> 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&lt;BR&gt;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.