NEW47803
[Meta] Portable part of TextInputController API should be owned by LayoutTestController
https://bugs.webkit.org/show_bug.cgi?id=47803
Summary [Meta] Portable part of TextInputController API should be owned by LayoutTest...
Hajime Morrita
Reported 2010-10-18 00:54:30 PDT
Derived from Bug 47659. Following set of TextInputController API is not IM framework specific and should be available via LayoutController. - textInputController.attributedSubstringFromRange - textInputController.firstRectForCharacterRange - textInputController.selectedRange - textInputController.hasSpellingMarker
Attachments
Alexey Proskuryakov
Comment 1 2010-10-18 11:00:46 PDT
The original idea was that TextInputController implements AppKit NSTextInput protocol. I'm not sure where hasSpellingMarker came from.
Hajime Morrita
Comment 2 2010-10-18 18:06:43 PDT
(In reply to comment #1) > The original idea was that TextInputController implements AppKit NSTextInput protocol. I'm not sure where hasSpellingMarker came from. Sure! So I keep NSTxtInput originated method, and will add aliases or introduce test-specific APIs to DRT. The goal of this change is to make IM-independent editing tests portable.
Note You need to log in before you can comment on or make changes to this bug.