Fix for bug 156576. right-click does not change selection(and therefore context)in manage bookmarks.

r+sr=bryner
This commit is contained in:
varga%netscape.com 2003-04-21 08:32:14 +00:00
parent 1ee3454e9e
commit ae3f2bc1ed

View File

@ -695,7 +695,8 @@
click, so that drags work correctly. -->
<handler event="mousedown">
<![CDATA[
if ((!event.ctrlKey && !event.shiftKey && !event.metaKey) ||
if (((!event.ctrlKey || !this.parentNode.pageUpOrDownMovesSelection) &&
!event.shiftKey && !event.metaKey) ||
this.parentNode.treeBoxObject.selection.single) {
var row = {};
var col = {};