13
Why can't I middle click on these links ?
(lemmy.ml)
A place to discuss the news and latest developments on the open-source browser Firefox
You can't middle-click them because they aren't links. That is to say, they are not
a
elements butdiv
elements with an added click event handler that navigates to another page. There's a case to be made for doing things like that on a website that's trying to behave like a native application, but Ebay fundamentally behaves like a website and building its navigation this way is bad design.