[ 
https://issues.apache.org/struts/browse/WW-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43928#action_43928
 ] 

Jose Ignacio Gil Jaldo commented on WW-1892:
--------------------------------------------

Hi,

I've found a similar bug in 2.0.11.1 version. The was in the file 
template/xhtml/tooltip.ftl.

The mistake was that thought it takes into account the jsTooltipEnabled in 
order to render or not the javascript tooltip it does not take into account in 
order to disable or not the alt property of the image.

The correct code would be:

+      <#if parameters.jsTooltipEnabled?default('false') == 'false'>
        alt="${parameters.tooltip?html}" 
        title="${parameters.tooltip?html}" 
+      </#if>
<#t/>/>

I hope it's useful

> Two tooltips are displayed on IE 7 when using javascript tooltips
> -----------------------------------------------------------------
>
>                 Key: WW-1892
>                 URL: https://issues.apache.org/struts/browse/WW-1892
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>            Reporter: Musachy Barroso
>            Assignee: Musachy Barroso
>             Fix For: 2.1.3
>
>


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

Reply via email to