From b9bfc74c62accfe0094730c9c343a9af1b6ab1f8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 3 Sep 2014 16:50:47 -0700 Subject: Add Wall of Browser bugs entry for #793 Also, link to the Mozilla bug in the relevant callout. --- docs/_includes/js/buttons.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index f07e716c8..617fc8c81 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -5,7 +5,7 @@

Cross-browser compatibility

-

Firefox persists form control states (disabledness and checkedness) across page loads. A workaround for this is to use autocomplete="off".

+

Firefox persists form control states (disabledness and checkedness) across page loads. A workaround for this is to use autocomplete="off". See Mozilla bug #654072.

Stateful

-- cgit v1.2.3