diff --git a/mozilla/xpfe/communicator/resources/content/contentAreaClick.js b/mozilla/xpfe/communicator/resources/content/contentAreaClick.js index f2f6f68fcc8..3ba1bf4b913 100644 --- a/mozilla/xpfe/communicator/resources/content/contentAreaClick.js +++ b/mozilla/xpfe/communicator/resources/content/contentAreaClick.js @@ -125,7 +125,7 @@ handleLinkClick(event, linkNode.href); return true; } - if (pref && event.button == 2 && + if (pref && event.button == 1 && !findParentNode(event.originalTarget, "scrollbar") && pref.GetBoolPref("middlemouse.contentLoadURL")) { if (middleMousePaste()) {