diff options
Diffstat (limited to 'embed/mozilla/EventContext.cpp')
-rw-r--r-- | embed/mozilla/EventContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index f4b998129..76da99c8c 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -1047,7 +1047,7 @@ EventContext::CheckKeyPress (nsIDOMKeyEvent *aEvent) NS_UTF16ToCString (uTag, NS_CSTRING_ENCODING_UTF8, tag); if (g_ascii_strcasecmp (tag.get(), "input") == 0 || - g_ascii_strcasecmp (tag.get(), "textaread") == 0 || + g_ascii_strcasecmp (tag.get(), "textarea") == 0 || g_ascii_strcasecmp (tag.get(), "select") == 0 || g_ascii_strcasecmp (tag.get(), "button") == 0 || g_ascii_strcasecmp (tag.get(), "isindex") == 0) return retval; |