Summary | xinha error when switching to html composition |
Queue | IMP |
Queue Version | 4.2-RC2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | liamr (at) deathstar (dot) org |
Created | 01/30/2008 (6317 days ago) |
Due | |
Updated | 01/31/2008 (6316 days ago) |
Assigned | 01/31/2008 (6316 days ago) |
Resolved | 01/31/2008 (6316 days ago) |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
alert('Error reading Language-File ('+url+'):\n'+Error.toString());
message. I didn't find it either. I also can't fix it by copying
various language to lang/en.js
It makes sense now. Because you created you own translation en_US,
this is the translation locale that would be used for both horde and
xinha. Since we don't have that, our locale falls back to en.
Anyway, the alert should not happen at all, because otherwise we would
have to keep track of the translations shipped with xinha. For now, I
removed the alert line, but this should better be reported upstream.
alert('Error reading Language-File ('+url+'):\n'+Error.toString());
message. I didn't find it either. I also can't fix it by copying
various language to lang/en.js
Maybe this is because I recompiled my IMP javascript?
alert('Error reading Language-File ('+url+'):\n'+Error.toString());
the other sort of weird thing we've done is great an en_US
translation, so we could customize some of the text to the UMich
environment (there's a local dislike of the blacklist / whitelist
terminology).
I tried unsetting
nls.php:$nls['defaults']['language'] = 'en_US';
and removing
| liamr | horde | language | en_US |
and I still get it. I get it for the test accounts I've tried too.
the editor sources.
State ⇒ Feedback
like Xinha simply shouldn't be trying to load an english language
file. I don't know why it would.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ xinha error when switching to html composition
Queue ⇒ IMP
State ⇒ Unconfirmed
Error reading Language-file ( /horde/services/editor/xinha/lang/en_us.js):
Function Error() {
[ native code ]
}
The popup appears three times before the editor loads. I've tried IE
6 and Firefox for XP, and Firefox for OS X (couldn't get the editor to
load at all in Safari)
I've checked in horde/services/editor/xinha/lang, and there's no en_us.js