You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2007/04/21 18:31:43 UTC

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

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
            Reporter: Musachy Barroso
         Assigned To: Musachy Barroso
             Fix For: 2.1.0




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


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

Posted by "Jose Ignacio Gil Jaldo (JIRA)" <ji...@apache.org>.
    [ 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.


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

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

Musachy Barroso resolved WW-1892.
---------------------------------

    Resolution: Fixed

thanks for the patch!

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