mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
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:
parent
875245e17c
commit
582b37f134
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user