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.