Bug 11826
| Summary: | Need Implementation of selection.removeAllRanges() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shawn Smith <chezsmithy> |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.vox.com/compose | ||
| Bug Depends on: | |||
| Bug Blocks: | 10165 | ||
Shawn Smith
Vox rich HTML editor makes use of Mozilla Selection API. Specifically an error is created when calling selection.removeAllRanges() after entering information in the editing window. The previous range(s) are deleted and a new range is created each time text is entered.
Upon reviewing selection.cpp and selection.h within Webcore it is noted that removeAllRanges is noted as part of the Mozilla Selection Object API but is currently not implemented.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
mitz
r18332