[Tickets #3770] NEW: IE still displayed alt tag along with tooltip

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Apr 14 18:58:34 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3770
-----------------------------------------------------------------------
 Ticket             | 3770
 Created By         | urkle at outoforder.cc
 Summary            | IE still displayed alt tag along with tooltip
 Queue              | Horde Base
 Version            | 3.1.1
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


urkle at outoforder.cc (2006-04-14 18:58) wrote:

In Internet Explorer, the new tooltips will display when hovering over
buttons along with the IE rendered tooltip which grabs it's content from the
img alt tag.

To fix, a title of "" needs to be added to the img tag.  I had to do this
with my own code that does fancy tooltips.
so
<img alt="Reload" src="/themes/graphics/reload.png"/>
changed to
<img alt="Reload" title="" src="/themes/graphics/reload.png"/>

will yeild the expected result in all browsers.




More information about the bugs mailing list