Bug 5305
| Summary: | Need an NSInputManager implementation for automated testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Enhancement | CC: | evan, ian |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Alexey Proskuryakov
It is now possible to invoke NSInputText methods from automated tests. It is also necessary to test how
NSHTMLView calls NSInputManager, so a custom NSInputManager is needed in DumpRenderTree.
It could be as simple as a logger, similar to editing delegates - or, better, provide a way to use arbitrary
JavaScript functions as NSInputManager methods.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Oliver's patch in bug 14710 takes a somewhat different approach, but it also lets one write custom JS input methods for testing.