-
Notifications
You must be signed in to change notification settings - Fork 788
Closed
Description
When browsing a page at certain line (e.g. http://grok/source/xref/OpenGrok/web/more.jsp#44
) and clicking on Annotate link the anchor gets lost and top of the file is displayed instead of displaying the line which was previously selected. The resulting URL is in the form of http://grok/source/xref/OpenGrok/web/more.jsp?a=true&h=44
so there was some attempt to preserve the line however it does not work.