Bug 96012
| Summary: | Intermittent assertion failure (unifiedTextCheckerEnabled()) in Editor::markAllMisspellingsAndBadGrammarInRanges() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | mitz |
| Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | jiapu.mail, simon.fraser, thorton |
| Priority: | P2 | Keywords: | LayoutTestFailure, MakingBotsRed |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
mitz
See for example <http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r127762%20(588)/fast/events/invalid-001-crash-log.txt>. Presumably AlternativeTextController’s timer is set by an earlier test and not cleared before this test runs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
fast/events/keypress-insert-tab.html asserts here too.
mitz
Mac code assumes that this is always on, yet there are editing tests that turn it off (and no code in the test runner to turn it back on after the test is over).
Simon Fraser (smfr)
*** This bug has been marked as a duplicate of bug 82761 ***