Bug 511809 - Also allow scrollboxes for window dragging so that the bookmarks bar can be used to drag the window again. r=enn

This commit is contained in:
Markus Stange 2009-08-31 12:24:34 +12:00
parent 2b593a7d76
commit 08679fe751

View File

@ -46,7 +46,7 @@ WindowDraggingElement.prototype = {
mouseDownCheck: function(e) { return true; },
dragTags: ["box", "hbox", "vbox", "spacer", "label", "statusbarpanel", "stack",
"toolbaritem", "toolbarseparator", "toolbarspring", "toolbarspacer",
"radiogroup", "deck"],
"radiogroup", "deck", "scrollbox"],
handleEvent: function(aEvent) {
switch (aEvent.type) {
case "mousedown":