[Tickets #14143] Autocompletion incomplete with Hangul. (firefox)
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Oct 22 00:49:13 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14143
------------------------------------------------------------------------------
Ticket | 14143
Created By | dgkim at dgkim.net
Summary | Autocompletion incomplete with Hangul. (firefox)
Queue | IMP
Version | 6.2.10
Type | Enhancement
State | New
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
dgkim at dgkim.net (2015-10-22 00:49) wrote:
When composing a message.
Address auto-completer doesn't work properly.
In Korean, 'Hangul' character requires more than one keystroke.
For example, '???' is consist of 'rlaejrrhs',
and auto-completer starts at 'rlaejrrh', so searching is incorrect.
In the past, I made a change on file 'prettyautocomplete.js' as follows.
CODE BEGIN
ac = new Ajax.Autocompleter(this.input, this.p.uri, p_clone);
ac.opts.frequency = 1.0;
CODE END
ac.opts.frequency did the trick.
But it doesn't work any more. I think Firefox might updated some functionalty.
Today auto-completer doesn't even work properly,
And also while stroke-in a key, the cursor moves out of the character.
It means. I want to type-in '?', the result is '???'.
Of course, there is no problem with Hangul. only in address auto completion.
I mostly uses Firefox as a primary browser.
And today I tested on Chrome, there is no problem without modificaton
on prettyautocomplete.js
More information about the bugs
mailing list