WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
27131
Disable continuous spell checking in the inspector
https://bugs.webkit.org/show_bug.cgi?id=27131
Summary
Disable continuous spell checking in the inspector
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Fixed in <
http://trac.webkit.org/changeset/45835
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug