[Webkit-unassigned] [Bug 59707] New: Spelling panel does not indicate it is done

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 09:46:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59707

           Summary: Spelling panel does not indicate it is done
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkitbugs at rlsnyder.us


Created an attachment (id=91506)
 --> (https://bugs.webkit.org/attachment.cgi?id=91506&action=review)
test case

When spell checking a contentEditable or form field with the spelling a grammar panel there is no indication when the spell checker finds no more errors. 

To reproduce: 
1 open the test case, then open the spelling and grammar panel Edit > Spelling and Grammar > Show Spelling and Grammar
2 replace the misspelled words and bad grammar.

Actual results:
When all the errors are fixed and find next is clicked nothing happens.

Expected results:
When all the errors are fixed and find next is clicked the text fields should clear and the system should beep.

Build and OS:
Happens with Safari 5.0.5 and Webkit Nightly r84622. on Mac OS 10.6.7

Additional Information:
Appleā€™s NSSpellChecker documentation says to call updateSpellingPanelWithMisspelledWord: with the empty string when no misspelled words are found.
NSSpellChecker documentation:
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/SpellCheck/Tasks/CheckingTextSpelling.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list