Bug 59707 - Spelling panel does not indicate it is done
Summary: Spelling panel does not indicate it is done
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-28 09:46 PDT by webkitbugs
Modified: 2011-04-28 15:55 PDT (History)
2 users (show)

See Also:


Attachments
test case (170 bytes, text/html)
2011-04-28 09:46 PDT, webkitbugs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description webkitbugs 2011-04-28 09:46:58 PDT
Created attachment 91506 [details]
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