Comment #2 on issue 18814 by simon.bohlin: Middle-click on Youtube logo doesn't open a new tab http://code.google.com/p/chromium/issues/detail?id=18814
The HTML code that causes the unexpected behaviour is a BUTTON tag with some javascript. The onclick script does go to window.top and sets the page to '/'. Pasting the HTML: <button id="logo" class="master-sprite" title="" onclick="window.top.location.href='/'; return false;"></button> -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
