From 0fd2444634223bac2837e52ed1eed57824791c9c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 15 Dec 2019 10:06:52 -0700 Subject: [PATCH] make search box first in focus order Closes racket/racket#2953 --- scribble-lib/scribble/html-render.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/scribble-lib/scribble/html-render.rkt b/scribble-lib/scribble/html-render.rkt index fb335599..fefb285b 100644 --- a/scribble-lib/scribble/html-render.rkt +++ b/scribble-lib/scribble/html-render.rkt @@ -226,6 +226,7 @@ ([class "searchbox"] [style ,(sa "color: "dimcolor";")] [type "text"] + [tabindex "1"] [value ,emptylabel] [title "Enter a search string to search the manuals"] [onkeypress ,(format "return DoSearchKey(event, this, ~s, ~s);"