6.0.0-beta1
8/8/25

[#3770] IE still displayed alt tag along with tooltip
Summary IE still displayed alt tag along with tooltip
Queue Horde Base
Queue Version 3.1.1
Type Bug
State Resolved
Priority 1. Low
Owners
Requester urkle (at) outoforder (dot) cc
Created 04/15/2006 (7055 days ago)
Due
Updated 04/15/2006 (7055 days ago)
Assigned
Resolved 04/15/2006 (7055 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/15/2006 05:06:08 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
I've changed Horde::img to always add a blank title="" if one isn't 
explicitly specified.
04/15/2006 01:58:34 AM urkle (at) outoforder (dot) cc Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IE still displayed alt tag along with tooltip
Queue ⇒ Horde Base
Reply to this comment
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.

Saved Queries