diff options
| -rw-r--r-- | WebCore/html/HTMLInputElement.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/html/HTMLInputElement.cpp b/WebCore/html/HTMLInputElement.cpp index 5ff979b..7bc49fc 100644 --- a/WebCore/html/HTMLInputElement.cpp +++ b/WebCore/html/HTMLInputElement.cpp @@ -2416,7 +2416,6 @@ void HTMLInputElement::defaultEventHandler(Event* evt) } } -// allow enter to change state of radio if (inputType() == RADIO && (key == "Up" || key == "Down" || key == "Left" || key == "Right")) { // Left and up mean "previous radio button". // Right and down mean "next radio button". |
