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 | |
| 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')
| -rw-r--r-- | docs/_includes/js/buttons.html | 2 | ||||
| -rw-r--r-- | docs/browser-bugs.html | 6 |
2 files changed, 7 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> diff --git a/docs/browser-bugs.html b/docs/browser-bugs.html index 7be0727f1..fe670e187 100644 --- a/docs/browser-bugs.html +++ b/docs/browser-bugs.html @@ -60,6 +60,12 @@ lead: "A list of the browser bugs that Bootstrap is currently grappling with." <td><a href="https://github.com/twbs/bootstrap/issues/14320">#14320</a></td> </tr> <tr> + <td>Firefox</td> + <td>If the disabled state of a form control is changed via JavaScript, the normal state doesn't return after refreshing the page.</td> + <td><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=654072">Mozilla bug #654072</a></td> + <td><a href="https://github.com/twbs/bootstrap/issues/793">#793</a></td> + </tr> + <tr> <td>Chrome</td> <td>Weird button behavior with some number <code><input></code>s</td> <td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td> |
