[Tickets #11467] Spellchecking not working in compose message for any language
bugs at horde.org
bugs at horde.org
Fri Oct 5 10:11:07 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11467
------------------------------------------------------------------------------
Ticket | 11467
Created By | kmak at ccf.auth.gr
Summary | Spellchecking not working in compose message for any
| language
Queue | Horde Base
Version | 5.0.0beta5
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
kmak at ccf.auth.gr (2012-10-05 10:11) wrote:
The Spellchecker is not working for any language in horde 5.0.0beta5
I have pined the bug somehow.
In file Horde/Core/Ajax/Imple/SpellChecker.php line 90
$input = $vars->get($vars->input);
$vars has the following value:
Horde_Variables Object
(
[_expected:protected] => Array
(
)
[_sanitized:protected] =>
[_vars:protected] => Array
(
[token] => eff6U9mA4DdQbo55eVSiCsA
[app] => imp
[imple] => Horde_Core_Ajax_Imple_SpellChecker
[input] => composeMessage/locale=en_US
[composeMessage] => mooorning
)
)
So $vars->input has the value "composeMessage/locale=en_US"
so $input is returned as false because $vars->get can't find the
requested key in the variables .......
In Horde3 i found that the variables are split with '/' , here i
couldn't find something like this.
Thank you in advance.
More information about the bugs
mailing list