$OpenBSD: patch-security_manager_pki_resources_content_exceptionDialog_js,v 1.9 2014/10/17 07:26:21 landry Exp $
Focus the 'add exception' button in the unknown ssl cert warning window
--- security/manager/pki/resources/content/exceptionDialog.js.orig	Sat Oct 11 11:06:44 2014
+++ security/manager/pki/resources/content/exceptionDialog.js	Mon Oct 13 08:47:20 2014
@@ -234,6 +234,7 @@ function updateCertStatus() {
 
       // In these cases, we do want to enable the "Add Exception" button
       gDialog.getButton("extra1").disabled = false;
+      gDialog.getButton("extra1").focus();
 
       // If the Private Browsing service is available and the mode is active,
       // don't store permanent exceptions, since they would persist after
