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/browser-bugs.html | |
| 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/browser-bugs.html')
| -rw-r--r-- | docs/browser-bugs.html | 6 |
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><input></code>s</td> <td><a href="https://code.google.com/p/chromium/issues/detail?id=337668">Chromium issue #337668</a></td> |
