alecpl
2010-10-26 537b575ad17152d6b9940c31f4af17fdf59ce04f
- Fix autocomplete so Tab key will not insert selected contact


1 files modified
4 ■■■■ changed files
program/js/app.js 4 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -3368,10 +3368,6 @@
        return rcube_event.cancel(e);
      case 9:  // tab
        if(mod == SHIFT_KEY)
          break;
      case 13:  // enter
        if (this.ksearch_selected===null || !this.ksearch_input || !this.ksearch_value)
          break;