| 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 (7439 days ago) |
| Due | |
| Updated | 08/08/2005 (7439 days ago) |
| Assigned | |
| Resolved | 08/08/2005 (7439 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ new tooltips don't work in IE6
Queue ⇒ Horde Base
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;
}