when the current tab includes <embed>, drag and drop feature ottally broken after you tried to drag the tab bar itself.

This commit is contained in:
SHIMODA Hiroshi 2011-12-19 18:58:25 +09:00
parent 57fb1f7619
commit 8e0159712a

View File

@ -1358,7 +1358,8 @@ AutoHideBrowser.prototype = {
( (
!this.expanded || !this.expanded ||
this.showHideReason & this.kKEEP_SHOWN_ON_MOUSEOVER this.showHideReason & this.kKEEP_SHOWN_ON_MOUSEOVER
) ) &&
!this.lastMouseDownTarget
) )
this.showHideOnMouseMove(aEvent); this.showHideOnMouseMove(aEvent);
return true; return true;