Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf

This commit is contained in:
blakeross%telocity.com 2006-07-27 14:52:18 +00:00
parent 875245e17c
commit 582b37f134

View File

@ -81,7 +81,9 @@
<box id="sidebar-panels" align="vertical"
datasources="rdf:null"
ref="urn:sidebar:current-panel-list"
persist='last-selected-panel height collapsed' flex="1*">
persist='last-selected-panel height collapsed' flex="1*"
onclick="return contentAreaClick(event);"
ondraggesture="nsDragAndDrop.startDrag(event, contentAreaDNDObserver);">
<template id="sidebar-template">
<rule>
<conditions>
@ -100,7 +102,7 @@
</bindings>
<action>
<box uri="?panel" class="box-texttab texttab-sidebar"
onclick="SidebarSelectPanel(this,false,false)" align="left"
oncommand="SidebarSelectPanel(this,false,false)" align="left"
hidden="true" value="?title" exclude="?exclude" />
<box uri="?panel" flex='1*' hidden="true" orient="vertical"
loadstate="never loaded">