Bug 1901456 implements support for querying plain text boxes. To actually make this useful to an end user, we need to be able to retrieve and set the caret and selection. That means implementing ITextProvider get_SupportedTextSelection and GetSelection, and ITextRangeProvider Select, addToSelection and RemoveFromSelection.
Bug 1901457 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Bug 1901456 implements support for querying plain text boxes. To actually make this useful to an end user, we need to be able to retrieve the caret and selection. That means implementing ITextProvider get_SupportedTextSelection and GetSelection.