Closed (fixed)
Project:
Hosting
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2013 at 11:42 UTC
Updated:
12 Jun 2014 at 08:59 UTC
Jump to comment: Most recent
Comments
Comment #1
omega8cc commentedSimple patch for review: http://drupalcode.org/sandbox/omega8cc/1074912.git/commit/4035462463464f...
Comment #2
ergonlogicAren't we better off adding
target="_blank"?Comment #3
omega8cc commentedYeah, we could, even if the target method is no longer a valid XHTML. However, why to use invalid method if the Aegir interface requires javascript enabled anyway?
Comment #4
ergonlogicIt's back in HTML5: http://www.w3.org/TR/html5/browsers.html#valid-browsing-context-name-or-...
Comment #5
anarcat commentedThis should be themed, not forced by default. Besides, we should look at how this is done elsewhere in Drupal.
Comment #6
ergonlogicFixed in dc74e22.
I added a theme function, as per #5, and used target='_blank', since it's more commonly used in Drupal core.
Comment #7
anarcat commenteddamn you, i hate popups. oh well. ;)