https://bugzilla.wikimedia.org/show_bug.cgi?id=30130

--- Comment #29 from Roan Kattouw <roan.katt...@gmail.com> 2011-09-09 18:35:24 
UTC ---
(In reply to comment #28)
> The patch tries to correct the selection by correcting startPos using the
> passed selectionStart when it detects a problem. It does not break anything.
> But it is insufficient to fix the bug. The patch works fine as long as we type
> at the end of current word. But when we try to edit some letters inside a 
> word,
> it goes wrong. eg: type കചടതപ, try inserting പ്ര just after ച. expected is
> കചപ്രടതപ , but what we get is കചപ്ടരതപ . This is what I meant by wrong caret
> positioning in the comment 18.
So what you're saying is that, if selectionStart is not passed, textSelection
will have to obtain it from getCaretPosition(), and that value will be wrong
too?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to