diff options
-rw-r--r-- | slick.grid.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slick.grid.js b/slick.grid.js index fbf7e11..4e486f0 100644 --- a/slick.grid.js +++ b/slick.grid.js @@ -2486,7 +2486,7 @@ if (typeof Slick === "undefined") { // if there previously was text selected on a page (such as selected text in the edit cell just removed),
// IE can't set focus to anything else correctly
- if ($.browser.msie) {
+ if (navigator.userAgent.toLowerCase().match(/msie/)) {
clearTextSelection();
}
|