diff options
| author | Chris Rebert <[email protected]> | 2014-09-03 16:50:47 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-09-03 16:50:47 -0700 |
| commit | b9bfc74c62accfe0094730c9c343a9af1b6ab1f8 (patch) | |
| tree | 54ba52f268e6bc3b4f345811b885504439304be2 /docs/_includes | |
| parent | e37e06d73e8823c3e5fc062ae68d9d131c4c2bb4 (diff) | |
| download | bootstrap-b9bfc74c62accfe0094730c9c343a9af1b6ab1f8.tar.xz bootstrap-b9bfc74c62accfe0094730c9c343a9af1b6ab1f8.zip | |
Add Wall of Browser bugs entry for #793
Also, link to the Mozilla bug in the relevant callout.
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> |
