Bug 192728 follow-up: move download item handlers to treechildren element to make scrollbar usable again. r=Neil

This commit is contained in:
Jens Hatlak 2010-06-04 01:30:28 +02:00
Родитель 565b8531bf
Коммит 4d0a99e731
1 изменённых файлов: 4 добавлений и 5 удалений

Просмотреть файл

@ -392,10 +392,6 @@
class="plain"
context="downloadContext"
enableColumnDrag="true"
ondblclick="goDoCommand('cmd_open');"
ondragstart="gDownloadDNDObserver.onDragStart(event);"
ondragover="gDownloadDNDObserver.onDragOver(event);"
ondrop="gDownloadDNDObserver.onDrop(event);"
onselect="onTreeSelect(event);">
<treecols context="" onclick="sortDownloads(event.target)">
<treecol id="Name"
@ -476,7 +472,10 @@
class="sortDirectionIndicator" flex="1"
persist="width hidden ordinal sortActive sortDirection"/>
</treecols>
<treechildren/>
<treechildren ondblclick="goDoCommand('cmd_open');"
ondragstart="gDownloadDNDObserver.onDragStart(event);"
ondragover="gDownloadDNDObserver.onDragOver(event);"
ondrop="gDownloadDNDObserver.onDrop(event);"/>
</tree>
<statusbar id="status-bar" class="chromeclass-status">
<statusbarpanel id="statusbar-display" flex="1"/>