From 7a66f3e8df73368945199bd422dcbb235e26bdb5 Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Sun, 19 Dec 2010 19:44:00 -0800 Subject: [PATCH] Bug 620255 add comment nsHTMLInputElement::PostHandleEvent for isMovingBack falling through, r+a=dbaron --- content/html/content/src/nsHTMLInputElement.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/content/html/content/src/nsHTMLInputElement.cpp b/content/html/content/src/nsHTMLInputElement.cpp index aede577cb9e4..8b58268e8ee8 100644 --- a/content/html/content/src/nsHTMLInputElement.cpp +++ b/content/html/content/src/nsHTMLInputElement.cpp @@ -2318,6 +2318,7 @@ nsHTMLInputElement::PostHandleEvent(nsEventChainPostVisitor& aVisitor) case NS_VK_UP: case NS_VK_LEFT: isMovingBack = PR_TRUE; + // FALLTHROUGH case NS_VK_DOWN: case NS_VK_RIGHT: // Arrow key pressed, focus+select prev/next radio button