diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index f07e716c8a..617fc8c815 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

diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 7be0727f14..fe670e1875 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -59,6 +59,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." Mozilla bug #1060131 #14320 + + Firefox + If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page. + Mozilla bug #654072 + #793 + Chrome Weird button behavior with some number <input>s