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:
Francis Lachapelle
2010-11-01 19:29:03 +00:00
parent c75d5e90ee
commit ff2b8ff548
5 changed files with 144 additions and 108 deletions
+2 -3
View File
@@ -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))