mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
Fix for bug 156576. right-click does not change selection(and therefore context)in manage bookmarks.
r+sr=bryner
This commit is contained in:
parent
1ee3454e9e
commit
ae3f2bc1ed
@ -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 = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user