121180 - clicking or dbl clicking on wrong things in bookmarks/history incorrectly opens url. a left and then right click in quick succession in bookmarks is counted as a double click. r=hewitt sr=ben

git-svn-id: svn://10.0.0.236/trunk@205172 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2006-07-29 04:35:41 +00:00
parent 64d50b15ef
commit d69b62161e

View File

@ -78,7 +78,8 @@
onselect="this.outlinerBoxObject.view.selectionChanged();
historyOnSelect();"
ondraggesture="if (event.originalTarget.localName == 'outlinerchildren') nsDragAndDrop.startDrag(event, historyDNDObserver);"
ondblclick="if (event.button == 0) OpenURL(event.ctrlKey || event.metaKey);">
ondblclick="if (event.button == 0 &&
event.originalTarget.localName == 'outlinerchildren') OpenURL(event.ctrlKey || event.metaKey);">
<template>
<rule>
<outlinerchildren>