Skip to content

Commit

Permalink
Fixes for IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Feb 16, 2012
1 parent c345fd6 commit c8a0502
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.markdown
Expand Up @@ -72,6 +72,12 @@ Moved to the Wiki Pages: [Home](https://github.com/Mottie/Keyboard/wiki/Home) |

Only the latest changes will be shown below, see the wiki log to view older versions.

### Version 1.9.10

* Fixed an issue with using `jQuery.noConflict()` in older IE. Fix for [issue #55](https://github.com/Mottie/Keyboard/issues/55).
* Added two Hungarian (Magyar) keyboard layouts. Thanks to Tóth Gergely for sharing - from [issue #48](https://github.com/Mottie/Keyboard/issues/48).
* Fixed a problem with IE8 and hidden inputs. Apparently the original IE8 and not IE9 in compatibility mode has this problem. Thanks to Chris Mullins in [issue #56](https://github.com/Mottie/Keyboard/issues/56).

### Version 1.9.9

* Fixed an issue with the enter key that was introduced in 1.9.8 - sorry!
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Keyboard",
"version": "1.9.9",
"version": "1.9.10",
"title": "Keyboard",
"author": {
"name": "Jeremy Satterfield",
Expand Down

0 comments on commit c8a0502

Please sign in to comment.