You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jose Ignacio Gil Jaldo (JIRA)" <ji...@apache.org> on 2008/05/22 19:50:06 UTC

[jira] Commented: (WW-1892) Two tooltips are displayed on IE 7 when using javascript tooltips

    [ 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.