6 ms·
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
by spupy 6y 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?
- kroltan 6y agoNo, it's due to using a custom event handler to trigger page changes, instead of the proper <a> link element.