Bug 72942 - Asynchronous SpellChecker should consider the case DOM mutation happens.
Summary: Asynchronous SpellChecker should consider the case DOM mutation happens.
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 73511
Blocks: 71991
  Show dependency treegraph
 
Reported: 2011-11-22 04:53 PST by Shinya Kawanaka
Modified: 2011-12-14 23:09 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2011-11-22 04:53:11 PST
The current asynchronous spellchecker will dispose the result if the requested range is mutated.
We should not dispose the result and add misspelling marker if possible.