Hi,

after upgrading to IMP V 4.2.1, while typing the mail-address of the receiver 
the compose 
window changes its size very quick, after typing every single character there 
appears a sign 
(for 'reloading) under the to: line for a very short moment. This is very 
disturbing in my 
opinion.

To switch this off, i changed /usr/share/horde3/imp/compose.php (Line 557)

old:

/* Attach autocompleters to the compose form elements. */
$spellcheck = false;
if ($has_js) {
...
 new:

/* Attach autocompleters to the compose form elements. */
$spellcheck = false;
$niemals = false;
// if ($has_js) {
if ($niemals) {
....

To switch on Browser-autocompletion again, i changed 
/usr/share/horde3/imp/templates/compose.php (Line 80)

old:

autocomplete="off" 

new: 

autocomplete="on"

Maybe, this is useful for someone else. I think, it would be useful 
to make autocompletion a configurable option.

Greetings from Frank.

-- 
Frank Leonhardt, TU Dresden/Germany
Fachrichtung Psychologie
Tel. +49-351-4633-3388
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to