diff options
| author | Chris Rebert <[email protected]> | 2014-09-03 19:00:29 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-09-03 19:00:29 -0700 |
| commit | af5f2213f066159e4bc51c627c4a853fec6ddc0f (patch) | |
| tree | 99156576e0453ffb60208db3676044a82f36e570 /docs/_includes | |
| parent | 037ccb424be589c123d5c920dc665840e1e2caf7 (diff) | |
| parent | b9bfc74c62accfe0094730c9c343a9af1b6ab1f8 (diff) | |
| download | bootstrap-af5f2213f066159e4bc51c627c4a853fec6ddc0f.tar.xz bootstrap-af5f2213f066159e4bc51c627c4a853fec6ddc0f.zip | |
Merge pull request #14527 from twbs/firefox-disabled-bug
Add Wall of Browser bugs entry for #793
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="bs-callout bs-callout-danger"> <h4>Cross-browser compatibility</h4> - <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists form control states (disabledness and checkedness) across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p> + <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists form control states (disabledness and checkedness) across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>. See <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">Mozilla bug #654072</a>.</p> </div> <h2 id="buttons-stateful">Stateful</h2> |
