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 |
State ⇒ Resolved
to a <div> and it works fine now.
elements:
http://xinha.python-hosting.com/ticket/129
I'm investigating more now.
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.
Priority ⇒ 3. High
unusable in IE in HEAD.
State ⇒ Assigned
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>
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).
This affects message previews only.
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.
State ⇒ Feedback
though, the HTML in nicetitle is looking fine.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ another tooltip problem in IE6
Queue ⇒ Horde Base
State ⇒ Unconfirmed
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.