Summary | refreshing left tree menu |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | m.zdila (at) episoftware (dot) com |
Created | 11/12/2004 (7541 days ago) |
Due | |
Updated | 03/22/2005 (7411 days ago) |
Assigned | 02/03/2005 (7458 days ago) |
Resolved | 03/22/2005 (7411 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
The Opera exception has been fixed in CVS.
UPDATE - the situation in IMP H3 (4.0.1) Final is:
Firefox 1.0 - OK
MSIE 6.0 - OK, but after every refresh it slowly loads all the images
Konqueror 3.3.1 - after refresh the national characters are displayed
incorrectly
Opera - no refresh, exception:
Timeout thread: delay 30000 ms
Unhandled exception: "Unable to create XMLHttpRequest."
State ⇒ Not A Bug
State ⇒ Feedback
frame is sent in UTF-8 encoding and the diacritics in the folder names
is OK. But if I set Slovak language, the left frame is sent in
ISO-8859-2 encoding and the diacritics in the folder names is
INCORRECT. Try it.
names. What charset is sent to the browser? UTF-8 or ISO-8859-2?
- MSIE 6.0 - no sidebar refresh, no JS error
- Firefox 1.0 - refresh "works", after refreshing the IMP folders
branch collapses (ugly), and the special non us-ascii characters
become wrong (I'll look at it if I have more time ...)
- Opera 7.52:
JavaScript error:
https://develportal.episoftware.com/services/portal/sidebar.php?Horde=8795627ad69b3b22edf82425b3f2b2f2
Timeout thread: delay 60000 ms
Unhandled exception: "Unable to create XMLHttpRequest."
Suggestion:
You should use hidden frame instead.
State ⇒ Assigned
right now. I did a google search and found a few pages like
http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_21060604.html
with some discussion of javascript and UTF-8, but I'm not sure if
that's even the answer here. If anyone could work up a patch for this
I'd appreciate it.
PHP Version 4.3.9-1.dotdeb.3
iconv and mbstring are functional
New Attachment: screenshots.tgz
automatic refresh, the second shows the same after automatic (only
automatic, not manual) refresh.
Browser: Mozilla Firefox 1.0 (20041107) under Windows
State ⇒ Feedback
don't see any problems in the left menu with the japanese utf8
characters I have in some test folder names.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ refreshing left tree menu
Queue ⇒ Horde Base
State ⇒ Unconfirmed
automatic left tree menu refresh the characters with diacritics
(ISO-8859-2 special characters) are replaced by unknow UTF-8 character
symbol (<?>) and the tree menu (IMAP folders) collapses. Manual
refresh of the whole page (Ctrl + R) will solve the problem, but only
until the next automatic menu refresh.
This problem occures in Mozilla Firefox 1.0.
Opera - there the refresh doesn't work at all.
Finally, I've tested that in M$IE 6.0.2800.1106 too, but there the
refresh doesn't work at all too.
PS: Do you see in the statusbar (Items remaining 325 /decrementing to
0/ ) Downloading picture ... in the buggy M$IE? You can solve that
problem by pre-caching the images in the javascript - I can send you
the code I've used in one java project, if you would like.