Bug 63431
Summary: | [Chromium] With contentEditable, Spellcheck replacement removed an extra marker. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | rniwa, schenney |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jsfiddle.net/morrita/6NqPZ/2/ |
Hajime Morrita
Reproduction:
- Input "zz zz aho." into block on "result" pane. (each three words should marked as misspelling.)
- Using context menu, replace "aho" to "ahoy".
Expectation:
- Two "zz" should keep marked.
What happens instead:
- The second "zz" lost the marker.
Note that I isn't reproduced with Safari.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |