aboutsummaryrefslogtreecommitdiff
path: root/docs/browser-bugs.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-03 19:00:29 -0700
committerChris Rebert <[email protected]>2014-09-03 19:00:29 -0700
commitaf5f2213f066159e4bc51c627c4a853fec6ddc0f (patch)
tree99156576e0453ffb60208db3676044a82f36e570 /docs/browser-bugs.html
parent037ccb424be589c123d5c920dc665840e1e2caf7 (diff)
parentb9bfc74c62accfe0094730c9c343a9af1b6ab1f8 (diff)
downloadbootstrap-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/browser-bugs.html')
-rw-r--r--docs/browser-bugs.html6
1 files changed, 6 insertions, 0 deletions
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>&lt;input&gt;</code>s</td>
<td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td>