RESOLVED WONTFIX49277
[chromium] Spelling "autocorrection panel" feature should be available.
https://bugs.webkit.org/show_bug.cgi?id=49277
Summary [chromium] Spelling "autocorrection panel" feature should be available.
Ryosuke Niwa
Reported 2010-11-09 13:55:55 PST
The following tests are failing on chromium test_shell: BUG11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL BUG11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL BUG11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL BUG11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL BUG11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL BUGWK39105 : editing/spelling/context-menu-suggestions.html = TEXT BUGWK45438 : editing/spelling/spelling-backspace-between-lines.html = TEXT BUGWK45898 : editing/selection/context-menu-on-text.html = TEXT // Tests added in r69269. // Apple-Mac port corrects "notationl" to "notational" automatically? BUG58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT BUG58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT BUGJAMESR WIN LINUX : editing/spelling/spelling-hasspellingmarker.html = TEXT
Attachments
Ryosuke Niwa
Comment 1 2010-11-09 14:00:49 PST
Morrita-san, could you take a look at these failures?
Hajime Morrita
Comment 2 2010-11-09 18:08:30 PST
Hi Ryosuke, thank you for the triage! (In reply to comment #0) > The following tests are failing on chromium test_shell: > > BUG11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL > BUG11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL > BUG11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL > BUG11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL > BUG11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL > BUGJAMESR WIN LINUX : editing/spelling/spelling-hasspellingmarker.html = TEXT These are expected due to Bug 45633. I hope we could enable it on win and linux, but not done yet because it will impact pixel expectations for editing. > > BUGWK39105 : editing/spelling/context-menu-suggestions.html = TEXT > BUGWK45898 : editing/selection/context-menu-on-text.html = TEXT These two looks same. So I'll play with contextClick(). > > BUGWK45438 : editing/spelling/spelling-backspace-between-lines.html = TEXT IIRC, this is a real bug (not the bug of DRT) filed at Bug45438. This is caused by a difference between NSSpellcheker and hunspell. I'll investigate this after fix Bug 41423, for which I'm refactoring... > > // Tests added in r69269. > // Apple-Mac port corrects "notationl" to "notational" automatically? > BUG58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT > BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT > BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT > BUG58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT > These are expected: We don't have auto-correction feature. It is only available the next version of Safari. It looks all un-filed bugs are autocorrection related. I'm changing the summary to reflect it. BTW, I think we should wait to implement auto-correction until seeing the Safari version working to respect their effort.
Stephen Chenney
Comment 3 2013-04-11 12:54:35 PDT
Test related bugs being marked WontFix. TestExpectations will contain bug if still relevant.
Note You need to log in before you can comment on or make changes to this bug.