Spun off from crbug.com/897691
This issue is for all aura platforms.
RWHVA is using TextInputManager::GetTextSelection() to answer to these calls. Results of TextInputManager::GetTextSelection() are updated once TextInputManager::SelectionChanged(), but there are some cases it's not called even when the text is updated.
For example, calling RWHVA::SetCompositionText and ExtendSelectionAndDelete updates the text, but SelectionChanged() is never called. Therefore, the result of GetTextFromRange() is never updated.
Comment 1 by yhanada@chromium.org
, Nov 27Components: Platform>Apps>ARC UI>Input>Text>IME Blink>Editing>Selection
Status: Started (was: Assigned)