[Tickets #3650] compose_spellcheck broken?

bugs@bugs.horde.org bugs at bugs.horde.org
Fri Mar 17 16:41:57 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3650
-----------------------------------------------------------------------
 Ticket             | 3650
 Updated By         | matthew.dunham at ic.ucsb.edu
 Summary            | compose_spellcheck broken?
 Queue              | IMP
 Version            | 4.1
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


matthew.dunham at ic.ucsb.edu (2006-03-17 16:41) wrote:

> the 4.1 compose.php _getActionID() function appears to skip the 
> compose spellcheck feature.
>
> the first codeblock in _getActionID() rewrites $aid and returns 
> control immediately thereafter. the next codeblock is where the auto 
> spellcheck is initiated, but execution never reaches this block when 
> aid = $send_message

oops. meant to write "when $aid = send_message"

>
> function _getActionID()
> {
>     if ($aid = Util::getFormData('actionID')) {
>         return str_replace('btn_', '', $aid);
>     }
>
>     if (Util::getFormData('btn_send_message')) {
>         /* Alter the 'Send Message' action if the "Spell check before
sending
>         * message?" preference has been enabled. */
>
>         ....





More information about the bugs mailing list