Browse Source

Removed this.focus before setSelectionRange

Robin Herbots 14 years ago
parent
commit
cbc98b7fa2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      jquery.inputmask.js

+ 0 - 1
jquery.inputmask.js

@@ -436,7 +436,6 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
                     return input.each(function() {
                         var self = this;
                         if (self.setSelectionRange) {
-                            self.focus();
                             self.setSelectionRange(begin, end);
                         } else if (self.createTextRange) {
                             var range = self.createTextRange();