alecpl
2009-04-15 ca3c7387068c7a87b84efe73d9de448b3f0c6867
- don't execute autocomplete action on left/right arrow key
- Konqueror fix for displaying the first message in preview pane


1 files modified
7 ■■■■ changed files
program/js/app.js 7 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -1419,6 +1419,7 @@
      {
      this.set_busy(true, 'loading');
      target.location.href = this.env.comm_path+url;
      // mark as read and change mbox unread counter
      if (action == 'preview' && this.message_list && this.message_list.rows[id] && this.message_list.rows[id].unread)
        {
@@ -1442,7 +1443,7 @@
        if (window.frames[this.env.contentframe].location.href.indexOf(this.env.blankpage)<0)
          window.frames[this.env.contentframe].location.href = this.env.blankpage;
        }
      else if (!bw.safari)
      else if (!bw.safari && !bw.konq)
        frm.style.display = show ? 'block' : 'none';
      }
      
@@ -2463,6 +2464,10 @@
        this.ksearch_hide();
        break;
      case 37:  // left
      case 39:  // right
        if (mod != SHIFT_KEY)
      return;
      }
    // start timer