regression: tabs can be focused unexpectedly
This commit is contained in:
parent
2820a2556e
commit
928371f0a4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user