I might be crazy, but one of the things I do most commonly is use the browser based right click → open in new tab option. When I’m on the deals page, I want to do this so I can easily pop up a deal into a new tab and work through several in turn. Right now, this is a real pain, because the deals are not true ‘links’. I know this is a limitation of a single-page style web app, but it’s actually an easy job to code (we had to do it early for our own one-page app which is built in Ember.js).
The thing that compounds this problem is that say you scroll to the bottom of a pipe line, then click a deal. You finish working on the deal, hit the back button on the browser (which usually takes me randomly to the Contacts page rather than the Deals page!) - the system has lost my position in the pipeline scroll - making it really hard to pick up from where I left off.
Am I making sense? Can we get the browser based right click function added back to solve this?
Cheers!