6.0.0-RC7
6/23/26

[#2413] another tooltip problem in IE6
Summary another tooltip problem in IE6
Queue Horde Base
Queue Version HEAD
Type Bug
State Resolved
Priority 3. High
Owners Horde Developers (at)
Requester vilius (at) lnk (dot) lt
Created 8/9/05 (7623 days ago)
Due
Updated 10/8/05 (7563 days ago)
Assigned 9/13/05 (7588 days ago)
Resolved 10/8/05 (7563 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
414 Chuck Hagenbuch Comment #13
State ⇒ Resolved
Reply to this comment
That was it - we can' t put whatever we want into a <p>. I changed it 
to a <div> and it works fine now.
153 Chuck Hagenbuch Comment #12 Reply to this comment
This seems to point to a problem with block-level vs. non-block level 
elements:

http://xinha.python-hosting.com/ticket/129



I'm investigating more now.
432 vilius (at) lnk (dot) lt Comment #11 Reply to this comment
Don't know if this helps much. But tooltips works while page is 
loading. You can see this very well on slow connection. And just after 
the loading of the last image is finished their stop working working.
216 Michael Slusarz Comment #10
Priority ⇒ 3. High
Reply to this comment
This warrants a bump to high priority as it renders several features 
unusable in IE in HEAD.
4110 Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
538 vilius (at) lnk (dot) lt Comment #9 Reply to this comment
Actually in IE  JS "debugger" lines are counted very different than in 
Firefox or Opera. When you view source code and count lines, you need 
to include every stylesheet and script file included. For example:



1 line: <html>

2 line: <head>

3 line: <!--a75c305b1c0a6022--><script src="twelve_line_file.js"></script>

4+12 line: </head>

5+12 line: </html>




288 Michael Slusarz Comment #8 Reply to this comment
Yes, I do see this in ingo too.  javascript error is 'unknown runtime 
error'.  Line/character always seems to point to 117/5 and always 
appears to be the middle of a random line (i.e. no specific JS command).
196 vilius (at) lnk (dot) lt Comment #7 Reply to this comment
Michael, check Ingo filters preview. I get this error there too.
04 Michael Slusarz Comment #6 Reply to this comment
Verified - on several different IE6 installs on different computers.   
This affects message previews only.
479 vilius (at) lnk (dot) lt Comment #5 Reply to this comment
I have CVS version of Horde and friends from about a week ago (because 
of the new namespace rework i can't update my production system). 
Yyes, it is still happening. As I saw no .js or IMP changes regarding 
this problem durint the period, I think it will be happening in HEAD 
too.
19 Jan Schneider Comment #4 Reply to this comment
Is this still happening?
592 adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment

[Show Quoted Text - 20 lines]
I can confirm this....
51 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
It is the innerHTML assignment. I have no idea why this is happening 
though, the HTML in nicetitle is looking fine.
5710 vilius (at) lnk (dot) lt Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ another tooltip problem in IE6
Queue ⇒ Horde Base
State ⇒ Unconfirmed
Reply to this comment
*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.


Saved Queries