Sections > Right click > Open in new tab

77 views
Skip to first unread message

Brendan Rice

unread,
Nov 12, 2012, 4:02:16 PM11/12/12
to umbra...@googlegroups.com
This was a bit of a pain when I started using Umbraco as essentially the browser functionality is broken and doesn't work as expected. Not sure if it anyone else has noticed it or if it is worth fixing?


Scott Williams

unread,
Nov 12, 2012, 4:59:23 PM11/12/12
to umbra...@googlegroups.com
Links should be real links, with real, bookmarkable hashes to all the screens.

No javascript based links, all screen navigation should watch the browsers hash.

Randy McCluer

unread,
Nov 15, 2012, 1:51:47 PM11/15/12
to umbra...@googlegroups.com
Indeed. The ability to link directly to the editor for any content node would be huge as well.

Gary Hunt

unread,
Aug 13, 2013, 2:58:57 PM8/13/13
to umbra...@googlegroups.com
This is the minor mod that I've made to Umbraco.Web.UI\umbraco\Umbraco.aspx.cs

Around line 40.

string iconElement = String.Format("<li><a class=\"{0}\" title=\"" + ui.Text("sections", a.alias, UmbracoUser) + "\" href=\"#" + a.alias + "\">", appClass);

There's probably a good reason for not doing it like this but it works for me :-)

cheers,

Gary

PS Boy I hate the string manipulation being done - that's what the HtmlWriter is for

Shannon Deminick

unread,
Aug 13, 2013, 7:54:21 PM8/13/13
to umbra...@googlegroups.com
@Gary, we all hate the legacy code base! Luckily we are moving away from it :)

I'll make a note for v7 to ensure that we can ctrl + click a section to open in new tab
Reply all
Reply to author
Forward
0 new messages