[Tickets #2413] another tooltip problem in IE6
    bugs@bugs.horde.org 
    bugs at bugs.horde.org
       
    Fri Aug 12 07:27: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
 Updated By         | adrieder at sbox.tugraz.at
 Summary            | another tooltip problem in IE6
 Queue              | Horde Base
 Version            | HEAD
 State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------
adrieder at sbox.tugraz.at (2005-08-12 07:26) 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.
I can confirm this....
    
    
More information about the bugs
mailing list