Changeset 1ce4420 in github
- Timestamp:
- Dec 16, 2010 4:26:30 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 02491a9
- Parents:
- 9840ab6
- File:
-
- 1 edited
-
program/js/list.js (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/js/list.js
r489ffbd r1ce4420 111 111 row.onmousedown = function(e){ return self.drag_row(e, this.uid); }; 112 112 row.onmouseup = function(e){ return self.click_row(e, this.uid); }; 113 113 114 114 if (bw.iphone || bw.ipad) { 115 115 row.addEventListener('touchstart', function(e) { … … 225 225 // Un-focus already focused elements 226 226 $('*:focus', window).blur(); 227 $('iframe').each(function() { this.blur(); }); 227 228 228 229 if (e || (e = window.event)) … … 700 701 var new_row = (next_row) ? next_row : prev_row; 701 702 if (new_row) 702 this.select_row(new_row.uid, false, false); 703 this.select_row(new_row.uid, false, false); 703 704 }, 704 705 … … 729 730 this.shift_select(row, mod_key); 730 731 this.triggerEvent('select'); 731 this.scrollto(row); 732 this.scrollto(row); 732 733 } 733 734 else if (row)
Note: See TracChangeset
for help on using the changeset viewer.
