mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 10:47:17 +00:00
See ChangeLog
Monotone-Parent: ede90c4ec21ca642e49b4287679877bd02717ed6 Monotone-Revision: ae2c5342363a3fa87101fa6840e1c1e1f7a819c0 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-01T21:10:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -605,14 +605,6 @@ function onRowClick(event, target) {
|
||||
// Single line selection
|
||||
$(node.parentNode).deselectAll();
|
||||
$(node).selectElement();
|
||||
|
||||
if (initialSelection != $(node.parentNode).getSelectedNodesId()) {
|
||||
// Selection has changed; fire mousedown event
|
||||
var parentNode = node.parentNode;
|
||||
if (parentNode.tagName == 'TBODY')
|
||||
parentNode = parentNode.parentNode;
|
||||
parentNode.fire("mousedown");
|
||||
}
|
||||
}
|
||||
if (rowIndex != null) {
|
||||
lastClickedRow = rowIndex;
|
||||
@@ -735,8 +727,6 @@ function hideMenu(menuNode) {
|
||||
menuNode.parentMenu.submenu = null;
|
||||
menuNode.parentMenu = null;
|
||||
}
|
||||
|
||||
$(menuNode).fire("mousedown");
|
||||
}
|
||||
|
||||
function onMenuEntryClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user