I completely disagree. In fact I find it worse when a link opens in the same tab and then I have to navigate back and find the place that I was at .vs. having to close a new tab I did not want. "And I think over a decade of user confusion and frustration resulting from target="_blank" backs that up." Do you have any links to to back this claim?
Forcing links to open in new windows: an argument that should have ended
51–60 of 85 posts
Re: Forcing links to open in new windows: an argument that should have ended
#52The problem is that sadly, closing a tab is often easier in practice than using the "back" functionality:
- many websites are poorly coded and break the "back" functionality, making it (sadly) unreliable. On pages that load content dynamically, results are not always predictable either
- my left hand is already positioned in such a way that hitting cmd/ctrl + w is trivial, whereas going back requires reaching all the way to the backspace button/the mouse/doing a multi-finger gesture on the trackpad
- if you had to submit content to get to the current page, usually going back will trigger a "confirm form resubmission" warning
- on mobile devices, the "back" functionality is not very prominently displayed. On Chrome, you have to click the "more" icon to access it
In addition, manually opening in a new tab (which requires right-clicking, middle-clicking, or ctrl/cmd + click) is not always as trivial as people imply:
- people who are using a trackpad do not have a middle button
- right-clicking is has not been part of Apple's design for a long time. You can perform them using cmd + click or using two fingers on the trackpad (I believe it is disabled by default), but it's not as convenient
- On a MacBook, the modifier keys (fn/control/option/command) are all placed next to each other and it's not always obvious which one does what. It's easy to get confused or to accidentally hit the wrong one. I've personally done option + click by mistake countless times, which opens a prompt to save the link, and it's always pretty frustrating
- the right-click equivalent on touch screens (long press) is a bit clunky
And this is coming from a tech-savvy user who actually knows about these options -- you'd be surprised at how many people don't. Of course, having the ability to make the decision is important for power users, but I can't help but wonder if for less sophisticated users the practice is not so bad after all. The usability studies I could find are pretty dated and I would not be surprised that usage patterns have changed.
Re: Forcing links to open in new windows: an argument that should have ended
#53> Most people know how to open your article’s outbound links in new tabs or windows, especially readers of a tech site. Readers of a technical site? Maybe. Average people? Not a chance.
This of course is an entirely separate topic than the point you are making (which I agree with) but it's a similar issue with not being able to understand "average" or "typical" or what we sometimes call "normals" (or is often called "people in fly over country").
I was on my Mom's mac and a window popped up for her to do the a software update. I said "oh you have to do that" (had security updates) and she said "I don't need any new software" she had no clue.
Re: Forcing links to open in new windows: an argument that should have ended
#54I think this is more opinion than web standard.
Re: Forcing links to open in new windows: an argument that should have ended
#55I completely disagree. In fact I find it worse when a link opens in the same tab and then I have to navigate back and find the place that I was at .vs. having to close a new tab I did not want. "And I think over a decade of user confusion and frustration resulting from target="_blank" backs that up." Do you have any links to to back this claim?
At Theneeds [1] we decided to open links to news in new tabs/windows (using target="_blank"). This is mainly for 2 reasons. First, we expect our users to not necessarily be techy (in contrast to what Marco says "Most people know how to open your article’s outbound links in new tabs or windows, especially readers of a tech site"). Second, we want a consistent experience across all websites we open, and some of them fo…
Non-'techy' users understand the back button and they are completely flummoxed when a target=_blank link breaks this behaviour for them. They often don't notice the tab bar and don't realise that something unusual has happened that requires something other than their learned use of 'back'.
You have to understand that you're going against the norm. If 80% of links were target=_blank then your argument would make sense but they are not so I struggle to understand your justification.
Re: Forcing links to open in new windows: an argument that should have ended
#56Re: Forcing links to open in new windows: an argument that should have ended
#57NOTE: This was a not-for-profit, so ROI was not a factor in the decision, only usability with possibly a little liability protection thrown in as an added bonus.
Re: Forcing links to open in new windows: an argument that should have ended
#58I used to agree with the author, but these days I find myself actually preferring having a link opening in a new tab, so I'm not actually that irritated when a page uses target="_blank" if it's somewhat justified (ie. if there's a reasonable expectation that I'll click the link as a temporary digression, before going back to the original page). The problem is that sadly, closing a tab is often easier in practice than…
I agree with the post author. Please let me decide when to open a new window. This is further complicated that links can be configured to do just about anything with JS. Nothing more frustrating than not knowing what a seemingly inconsequential "help" link in a checkout process will do. Usually it pops open a new window or reveals a hidden div, but sometimes it navigates away and blows away the entire form you've filled out. Honestly the hyperlink as it stands now is a very poor UI construct due to rampant abuse.
Re: Forcing links to open in new windows: an argument that should have ended
#59Tapping and holding for 2 seconds and then choosing "Open in a new tab" every time you want to open a link in a new tab in iOS gets tiring fast. I wish Apple would introduce a better UI for this.
Re: Forcing links to open in new windows: an argument that should have ended
#60I completely disagree. In fact I find it worse when a link opens in the same tab and then I have to navigate back and find the place that I was at .vs. having to close a new tab I did not want. "And I think over a decade of user confusion and frustration resulting from target="_blank" backs that up." Do you have any links to to back this claim?