RESOLVED FIXED 158611
Add SPI to disable spellchecking on auto-fillable text fields
https://bugs.webkit.org/show_bug.cgi?id=158611
Summary Add SPI to disable spellchecking on auto-fillable text fields
Ryosuke Niwa
Reported 2016-06-09 22:24:34 PDT
When a text field can be auto-filled, we may not want to auto-correct or even spellcheck user names and emails. Add a SPI to disable spellchecking to address this. <rdar://problem/26697937>
Attachments
Adds an SPI (9.26 KB, patch)
2016-06-09 22:29 PDT, Ryosuke Niwa
andersca: review+
Ryosuke Niwa
Comment 1 2016-06-09 22:29:30 PDT
Created attachment 280995 [details] Adds an SPI
Anders Carlsson
Comment 2 2016-06-10 13:47:30 PDT
Comment on attachment 280995 [details] Adds an SPI View in context: https://bugs.webkit.org/attachment.cgi?id=280995&action=review > Source/WebCore/html/HTMLInputElement.cpp:120 > + , m_spellcheckEnabled(true) Maybe call this m_isSpellCheckingEnabled?
Ryosuke Niwa
Comment 3 2016-06-10 14:58:51 PDT
Note You need to log in before you can comment on or make changes to this bug.