Bug 63431 - [Chromium] With contentEditable, Spellcheck replacement removed an extra marker.
Summary: [Chromium] With contentEditable, Spellcheck replacement removed an extra marker.
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/morrita/6NqPZ/2/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-27 00:23 PDT by Hajime Morrita
Modified: 2013-04-11 14:43 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2011-06-27 00:23:21 PDT
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.