Hacker News new | ask | show | jobs
by spupy 2245 days ago
Also, what's up with so many websites being built in a way that makes "open in new tab"/middle click impossible? This problem is exacerbated by the fact that clicking "back", either in the browser or in the webpage, doesn't remember your position in the previous page. Is this due to whatever javascript UI framework was used?
1 comments

No, it's due to using a custom event handler to trigger page changes, instead of the proper <a> link element.