From 69b3ab4c416e4d8917848fecd5bc81340dd51e64 Mon Sep 17 00:00:00 2001 From: AndyTeas Date: Thu, 16 Apr 2020 09:49:17 +0100 Subject: [PATCH] Suppress browser autofill on page number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit What the user did: Open the PDF Viewer in Chrome; Mouse click into the “Page number” input field; What they saw: A pop-up list with seemingly random numbers What you were expecting to see: Nothing What they see is the Chrome “Autofill” feature at work – that is suggesting values that you have previously entered into number fields in forms, as possible values you may want to enter into this field. The list has nothing to do with the PDF currently open but the user does not know this. --- web/viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.html b/web/viewer.html index 70d306adc..1f50702de 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -222,7 +222,7 @@ See https://github.com/adobe-type-tools/cmap-resources Next - +