InputMethodController::TextInputInfo() should call TextIterator once |
|||
Issue descriptionCurrent implementation of InputMethodController::TextInputInfo() calls TextIterator for root editable element three times: 1. PlainText() 2. Map DOM position to text offset for selection 3. Map DOM position to text offset for composition It is better to call one to compute all of them.
,
Oct 5
,
Oct 5
|
|||
►
Sign in to add a comment |
|||
Comment 1 by yosin@chromium.org
, Aug 17