6.0.0-beta1
9/24/25

[#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 08/09/2005 (7351 days ago)
Due
Updated 10/08/2005 (7291 days ago)
Assigned 09/13/2005 (7316 days ago)
Resolved 10/08/2005 (7291 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/08/2005 04:06:41 PM 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.
10/08/2005 03:59:15 PM 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.
09/22/2005 02:59:43 PM 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.
09/22/2005 06:53:21 AM 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.
09/13/2005 10:24:41 PM Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
08/31/2005 08:40:53 PM 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>




08/31/2005 08:30:28 PM 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).
08/31/2005 06:33:19 PM vilius (at) lnk (dot) lt Comment #7 Reply to this comment
Michael, check Ingo filters preview. I get this error there too.
08/31/2005 04:09:00 PM Michael Slusarz Comment #6 Reply to this comment
Verified - on several different IE6 installs on different computers.   
This affects message previews only.
08/31/2005 09:35:47 AM 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.
08/31/2005 09:24:01 AM Jan Schneider Comment #4 Reply to this comment
Is this still happening?
08/12/2005 02:26:59 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment

[Show Quoted Text - 20 lines]
I can confirm this....
08/10/2005 01:46:05 PM 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.
08/09/2005 10:20:57 AM 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