Changeset 2385 in subversion
- Timestamp:
- Apr 10, 2009 7:11:45 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 3 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (3 diffs)
-
program/js/list.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2384 r2385 2 2 =========================== 3 3 4 - Fix DEL key problem in search boxes (#1485528) 4 5 - Support several e-mail addresses per user from virtuser_file (#1485678) 5 6 - Fix drag&drop with scrolling on IE (#1485786) -
trunk/roundcubemail/program/js/app.js
r2382 r2385 1159 1159 { 1160 1160 var model, li; 1161 1161 1162 1162 if (this.message_list) { 1163 1163 this.message_list.blur(); … … 1171 1171 this.ksearch_blur(); 1172 1172 } 1173 1173 1174 1174 // handle mouse release when dragging 1175 1175 if (this.drag_active && model && this.env.last_folder_target) { … … 1300 1300 this.click_on_list = function(e) 1301 1301 { 1302 if (this.gui_objects.qsearchbox) 1303 this.gui_objects.qsearchbox.blur(); 1304 1302 1305 if (this.message_list) 1303 1306 this.message_list.focus(); 1304 1307 else if (this.contact_list) 1305 this.contact_list.focus();1308 this.contact_list.focus(); 1306 1309 1307 1310 var mbox_li; -
trunk/roundcubemail/program/js/list.js
r2382 r2385 825 825 } 826 826 827 this.focus();828 829 827 return rcube_event.cancel(e); 830 828 },
Note: See TracChangeset
for help on using the changeset viewer.
