[Tickets #2413] NEW: another tooltip problem in IE6

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Aug 9 03:21:00 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=2413
-----------------------------------------------------------------------
 Ticket             | 2413
 Created By         | vilius at lnk.lt
 Summary            | another tooltip problem in IE6
 Queue              | Horde Base
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


vilius at lnk.lt (2005-08-09 03:20) wrote:

*Some* of tooltips still don't work. They are ok in mailbox navigator and
other pages. But tooltips that are bigger (with more characters) for example
in message preview in IMP, and filter preview in Ingo doesn't not work.

Line: 117
Char: 5
Error: Unknown runtime error

Source code around these lines:

    var h = nicetitle.length;
    var d = document.createElementNS(XHTMLNS, 'div');
    d.className = "nicetitle";
    pat = document.createElementNS(XHTMLNS, 'p');
    pat.className = "titletext";
    pat.innerHTML = nicetitle;
    d.appendChild(pat);

The problem is IE only.





More information about the bugs mailing list