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:
parent
64d50b15ef
commit
d69b62161e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user