Many browsers nowadays use the middle mouse click as a shortcut on "open link in new tab." I've noticed a trend in the past few years to use click handlers in links, which breaks this behavior.
On sites that use this sort of click handling (generally for analytics, I assume), when middle clicking a link, I now get a new tab with the desired page, and additionally the page loads in the original page as well, giving me two tabs of the same page.
Is there a particular reason for this behavior?