Modify ↓
Opened 14 years ago
Closed 8 years ago
#7846 closed enhancement (wontfix)
Open Links in another window
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | NavAddPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Would be nice if there was an option to open links in a new browser tab/window.
Thanks a lot for you work. I really appreciate it.
Attachments (0)
Change History (2)
comment:1 Changed 11 years ago by
Owner: | changed from Michael Renzmann to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:2 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This would be best done using some javascript, see TracInterfaceCustomization. You could add the
trac-target-new
class to items that you wish to open in a new window. See also trac:#10376