Comment on Using pushState? Make sure your links are fineparentComments−pbiggar14yActually, there are. If you override the click handler on a link, you'll override the Cmd-click handler as a side-effect.My site does this (by accident), and I eventually had to ask StackOverflow to find that Sammy.JS (my client-side router) was doing it.−damncabbage14yAlso, Quora does it.(It's infuriating when I try to middle-click a run of interesting-looking questions and it "steals" the clicks.)
Comments
Actually, there are. If you override the click handler on a link, you'll override the Cmd-click handler as a side-effect.
My site does this (by accident), and I eventually had to ask StackOverflow to find that Sammy.JS (my client-side router) was doing it.
Also, Quora does it.
(It's infuriating when I try to middle-click a run of interesting-looking questions and it "steals" the clicks.)