You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Christian Schulze (JIRA)" <ji...@apache.org> on 2009/01/30 14:04:45 UTC

[jira] Created: (WW-2973) tooltip will displayed beyound the tags

tooltip will displayed beyound the tags
---------------------------------------

                 Key: WW-2973
                 URL: https://issues.apache.org/struts/browse/WW-2973
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.6
            Reporter: Christian Schulze


The tooltip attribute will be displayed beyound the tags. 

I use the following code in my JSP:

<s:select id="pools" emptyOption="false" list="newsLetterPoolList" name="selectedPools" label="Newsletterpool" multiple="true"  tooltip="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!" cssStyle="width:200px"/>

The output in my JSP is:

<td class="tdLabel">
<label class="label" for="pools">
Newsletterpool: <img title="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!" src="/TSAInfodiensteMetaredaktionWeb/struts/tooltip.gif"/> alt="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!"
</label>
</td>

Other tags are concerned too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2973) tooltip will displayed beyound the tags

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-2973.
---------------------------------

    Resolution: Duplicate

This was fixed on trunk. Thanks for reporting.

> tooltip will displayed beyound the tags
> ---------------------------------------
>
>                 Key: WW-2973
>                 URL: https://issues.apache.org/struts/browse/WW-2973
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.6
>            Reporter: Christian Schulze
>
> The tooltip attribute will be displayed beyound the tags. 
> I use the following code in my JSP:
> <s:select id="pools" emptyOption="false" list="newsLetterPoolList" name="selectedPools" label="Newsletterpool" multiple="true"  tooltip="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!" cssStyle="width:200px"/>
> The output in my JSP is:
> <td class="tdLabel">
> <label class="label" for="pools">
> Newsletterpool: <img title="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!" src="/TSAInfodiensteMetaredaktionWeb/struts/tooltip.gif"/> alt="Zur Mehrfachauswahl und zur Deselektion die Strg-Taste gedrückt halten!"
> </label>
> </td>
> Other tags are concerned too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.