Bug 38832
Summary: | Add support for textInput events to contentEditable elements | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 26526 | ||
Bug Blocks: | 42957 |
Hajime Morrita
Related to Bug 26526, support textInput event for contentEditable.
Actually, we already have textinput for contentEditable.
But it is limited to handle text insertions.
We should allow web applications to handle
various editing related commands other than insertText.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
This feature should be investigated behind the flag which would be defined at Bug 26526.
Hajime Morrita
This kind of problem should be handled by per-operation basis like Bug 42958 for pasting.
And TextEvent enhancement itself is tracked by Bug 42957.
So I'll close this.
*** This bug has been marked as a duplicate of bug 42957 ***