Bug 27131

Summary: Disable continuous spell checking in the inspector
Product: WebKit Reporter: mitz
Component: Web Inspector (Deprecated)Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Use the spellcheck attribute to disable continuous spell checking in the inspector darin: review+

mitz
Reported 2009-07-09 15:08:14 PDT
Continuous spell checking is enabled in the inspector, but does not really make sense for JavaScript code,CSS property values and HTML attribute names. It should be disabled. I tried using spellcheck="false" but it didn’t work because I think this attribute is not checked everywhere it should be checked in the editing code.
Attachments
Use the spellcheck attribute to disable continuous spell checking in the inspector (1.90 KB, patch)
2009-07-13 13:09 PDT, mitz
darin: review+
mitz
Comment 1 2009-07-09 15:09:18 PDT
I also tried calling -[WebView setContinuousSpellCheckingEnabled:NO] in WebInspectorClient, but that sets the user default and thus affects all future WebViews in the app.
mitz
Comment 2 2009-07-13 13:09:14 PDT
Created attachment 32673 [details] Use the spellcheck attribute to disable continuous spell checking in the inspector
mitz
Comment 3 2009-07-13 13:13:39 PDT
Note You need to log in before you can comment on or make changes to this bug.