regression: tabs can be focused unexpectedly

This commit is contained in:
Piro / SHIMODA Hiroshi 2010-12-07 01:56:21 +09:00
parent 2820a2556e
commit 928371f0a4

View File

@ -3015,6 +3015,8 @@ TreeStyleTabBrowser.prototype = {
) {
// prevent to select the tab for clicking on twisty
aEvent.stopPropagation();
// prevent to focus to the tab element itself
aEvent.preventDefault();
}
else {
this.onMozMouseHittest(aEvent);