Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2006 at 14:25 UTC
Updated:
11 May 2009 at 21:16 UTC
Just like Drupals "competitors" like Joomla and Wordpress. Joomla offers to choose between
"same window" (plain link)
"New window with navigation" (target = blank)
"New window without navigation" (javascript window.open)
In Joomla projects (simple sites) I personaly find this usefull.
Comments
Comment #1
Paul Natsuo Kishimoto commentedFeature requests should be against the development version - updating to 4.7.x-dev.
Comment #2
Zen commenteda) This will break XHTML strict compliance,
b) This annoys users who do not want links to open in new windows. How about letting them control their own browsing experience?
c) This is what the middle click / right click, open in new window is for.
d) This can be accomplished with a contrib module.
e) This is bad design.
Marking as won't fix.
-K
Comment #3
hass commentedi know it breaks XHTML 1.0 Strict and above... but the users are mostly not such intelligent... think about the stupid users... not the power users :-). many websites are developed in 1.0 strict and then turned back to "1.0 Transitional" only for the target attribute...
Comment #4
keesje commentedI truly love correct coded sites, i more love a correct user experience. One ocassion it becomes handy to open links in a new window is when direct linking to PDF's, most browsers open PDF files in the main window by default. Now speaking of anoying...
I understand issues like this are not popular by code-minded developers. It is for user-minded designers!
Thanks for your reply's
Comment #5
Zen commentedIf you are really desperate, you should be able to accomplish this (in a quite straightforward manner) via a module that uses JS to insert the target attribute to links with an appropriate class.
My 10p,
-K
Comment #6
hass commented@Zen, this won't help if JS is deactivated, what many users today do :-(. So JS is no real option...
targetworks without JS.Comment #7
catchhttp://drupal.org/project/extlink
Comment #8
(not verified) commentedComment #9
ckleiman commentedI'm a former Mambo user and was also looking for a way to open a link in a new window like you can in Mambo. However, after reading through this thread I think I'll try what you suggest and not open a new window. I agree it takes from the browsing experience. Many thanks for sharing your expertise. I just saved myself a lot of work and the result better.