Iāve long noticed through multiple SuiteCRM versions that CTRL-click on records from list view often doesnāt open a new tab. This normally works for links in many browsers. If I right-click and then choose āopen in new tabā it does work.
I love using CTRL-click and this is kind of a nuisance.
Iām on:
Mac OS 10.10
SuiteCRM 7.4.1 & 7.7.4
Chrome, Safari, Firefox
Anybody else notice this? If anyone can confirm this is the same on Windows Iāll open a github issue for this.
I canāt reproduce this. I tried it on Windows, using Firefox and Edge.
I can successfully middle-click links in List Views to open new tabs.
The same goes for Ctrl-click which is equivalent.
I used the Contacts List view. Maybe you can try it on the Live demo to see if itās just your server? Though itās more likely a browser problem, or a local computer problem (since you tried several browsers)ā¦
You can also try disabling any anti-virus you may haveā¦ just for a try.
How bizarre,
Doesnāt work for me in SuiteCRM-Demo either. All three browsers on Macā¦ Canāt be a add-on issue. What could it be?
I disabled Javascript on Chrome, then CTRL-Click works for open in new tab.
Just donāt get how it could be mac-specific.
Anti-virus
Mac OS problem
Keyboard problem (try other CTRL key if available)
Mouse problem (update drivers, try another mouse)
These are all just guesses and suggestionsā¦
"This happens when developers of such web pages intercept mouse clicks with JavaScript and do asynchronous network requests inside the interceptor, potentially to track your clicks. When the async network call returns, the JS does a programmatic redirect using something like: window.location.href = url;
This programmatic redirect will always load the page in the same tab, even if you hold ctrl (cmd on Mac).
Clicking middle button on your mouse or selecting āopen in a new tabā from the context menu will bypass the intercepting JavaScript code entirely and will open a link as if there is no JavaScript code at all."
https://superuser.com/questions/854797/why-does-ctrl-click-not-open-some-links-in-a-new-tab
But in your case CTRL-click is working as well, correct?
Yes, Ctrl-Click works perfectly for meā¦
A/V ruled out
CTRL-key ruled out (itās CMD key on mac, this works fine for all other websites)
mouse problems ruled out.
Iām just left with a mac-specific problem. Just donāt get how that can be for 3 different browsers, unless SuiteCRM is checking for actual CTRL-key presses on click (is that possible?). Neither CMD or CTRL works on (my) mac though.
Well, according to that SuperUser post the specific siteās programming could affect this issue.
Maybe the next thing to do is to try on a different Mac. If itās also not working, you can file the Issue on SuiteCRMās GitHub as Mac-specific.
Bonafide idea will do that next chance I get (not alot of macs around my office)