﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9967	Comment's get_absolute_url anchor doesn't work in Safair	msm	nobody	"Maybe I'm wrong, but calling get_absolute_url on a comment is redirected to this:

{{{
16	urlpatterns += patterns('',
17	    url(r'^cr/(\d+)/(\w+)/$', 'django.views.defaults.shortcut', name='comments-url-redirect'),
18	)
}}}

In my case this somehow doesnt return the anchor of a comment (so that the browser directly jumps to the comment text (e.g. /slug-of-article/'''#c123'''


EDIT: We just need to document that the anchor is lost on redirect in Safari (works in Firefox and Chrome.  IE status unkown)."		reopened	Documentation	1.0					Accepted	0	0	0	0		
