mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 14:25:32 +00:00
See Changelog
Monotone-Parent: c4cf916deded766b0ec097265e36dfa44044cd71 Monotone-Revision: 5457dab94bc7224402eec992425d14381e88c381 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-01T19:29:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -541,8 +541,8 @@ function acceptMultiSelect(node) {
|
||||
return response;
|
||||
}
|
||||
|
||||
function onRowClick(event) {
|
||||
var node = Event.element(event);
|
||||
function onRowClick(event, target) {
|
||||
var node = target || getTarget(event);
|
||||
var rowIndex = null;
|
||||
|
||||
if (node.tagName != 'TD' && node.tagName != 'LI')
|
||||
@@ -575,7 +575,6 @@ function onRowClick(event) {
|
||||
}
|
||||
|
||||
var initialSelection = $(node.parentNode).getSelectedNodesId();
|
||||
|
||||
if (initialSelection && initialSelection.length > 0
|
||||
&& initialSelection.indexOf(node.id) >= 0
|
||||
&& !eventIsLeftClick(event))
|
||||
|
||||
Reference in New Issue
Block a user