aboutsummaryrefslogtreecommitdiff
path: root/docs/browser-bugs.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-03 16:50:47 -0700
committerChris Rebert <[email protected]>2014-09-03 16:50:47 -0700
commitb9bfc74c62accfe0094730c9c343a9af1b6ab1f8 (patch)
tree54ba52f268e6bc3b4f345811b885504439304be2 /docs/browser-bugs.html
parente37e06d73e8823c3e5fc062ae68d9d131c4c2bb4 (diff)
downloadbootstrap-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/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>