[Tickets #2406] NEW: new tooltips don't work in IE6

bugs@bugs.horde.org bugs at bugs.horde.org
Mon Aug 8 07:23:15 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=2406
-----------------------------------------------------------------------
 Ticket             | 2406
 Created By         | vilius at lnk.lt
 Summary            | new tooltips don't work in IE6
 Queue              | Horde Base
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


vilius at lnk.lt (2005-08-08 07:23) wrote:

New tooltips don't work in IE6. Everytime I mouseover the link I get JS
error.

Line: 97
Char: 5
Error: 'link' is undefined

Source at this place is:

   if (window.event && window.event.srcElement) {
        link = window.event.srcElement;
    } else if (CURRENT_NICE_TITLE_ELEMENT &&
               CURRENT_NICE_TITLE_ELEMENT.target) {
        link = CURRENT_NICE_TITLE_ELEMENT.target;
    }




More information about the bugs mailing list