6.0.0-beta1
8/12/25

[#2406] new tooltips don't work in IE6
Summary new tooltips don't work in IE6
Queue Horde Base
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester vilius (at) lnk (dot) lt
Created 08/08/2005 (7309 days ago)
Due
Updated 08/08/2005 (7309 days ago)
Assigned
Resolved 08/08/2005 (7309 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/08/2005 04:31:29 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
08/08/2005 02:23:13 PM vilius (at) lnk (dot) lt Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ new tooltips don't work in IE6
Queue ⇒ Horde Base
Reply to this comment
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;

     }

Saved Queries